diff options
author | crupest <crupest@outlook.com> | 2022-03-29 22:39:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-29 22:39:19 +0800 |
commit | 6c09f49d51a564ff4dd0a6d3fa9804dffc2b236c (patch) | |
tree | abac1b9f019e81b62f534caae89cff69c5c8dd87 /src/theme_builder/components/StyleRuleEditor.cpp | |
parent | 18cb0bacad44fb619eaccff06cbb8ac776e757f9 (diff) | |
download | cru-6c09f49d51a564ff4dd0a6d3fa9804dffc2b236c.tar.gz cru-6c09f49d51a564ff4dd0a6d3fa9804dffc2b236c.tar.bz2 cru-6c09f49d51a564ff4dd0a6d3fa9804dffc2b236c.zip |
...
Diffstat (limited to 'src/theme_builder/components/StyleRuleEditor.cpp')
-rw-r--r-- | src/theme_builder/components/StyleRuleEditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme_builder/components/StyleRuleEditor.cpp b/src/theme_builder/components/StyleRuleEditor.cpp index d4556825..dcb33184 100644 --- a/src/theme_builder/components/StyleRuleEditor.cpp +++ b/src/theme_builder/components/StyleRuleEditor.cpp @@ -28,7 +28,7 @@ StyleRuleEditor::StyleRuleEditor() { main_layout_.AddChild(&body_layout_); body_layout_.SetFlexDirection(ui::controls::FlexDirection::Vertical); body_layout_.SetItemCrossAlign(ui::controls::FlexCrossAlignment::Start); - body_layout_.SetMargin({20, 0, 0, 0}); + body_layout_.SetMargin({10, 0, 0, 0}); remove_button_.ClickEvent()->AddSpyOnlyHandler( [this] { remove_event_.Raise(nullptr); }); |