aboutsummaryrefslogtreecommitdiff
path: root/src/theme_builder/components/stylers/CompoundStylerEditor.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-16 20:28:51 +0800
committercrupest <crupest@outlook.com>2022-02-16 20:28:51 +0800
commitc6de932f727ed324cf875ea3fca9ca44775a820e (patch)
tree070fcd65ba0664ab8138874829c0324b2cd833c6 /src/theme_builder/components/stylers/CompoundStylerEditor.cpp
parent3cd44092c44651650a760752a3d374f610ca4f77 (diff)
downloadcru-c6de932f727ed324cf875ea3fca9ca44775a820e.tar.gz
cru-c6de932f727ed324cf875ea3fca9ca44775a820e.tar.bz2
cru-c6de932f727ed324cf875ea3fca9ca44775a820e.zip
...
Diffstat (limited to 'src/theme_builder/components/stylers/CompoundStylerEditor.cpp')
-rw-r--r--src/theme_builder/components/stylers/CompoundStylerEditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theme_builder/components/stylers/CompoundStylerEditor.cpp b/src/theme_builder/components/stylers/CompoundStylerEditor.cpp
index 52f911bc..27a29c59 100644
--- a/src/theme_builder/components/stylers/CompoundStylerEditor.cpp
+++ b/src/theme_builder/components/stylers/CompoundStylerEditor.cpp
@@ -25,6 +25,7 @@ CompoundStylerEditorChild::~CompoundStylerEditorChild() {
}
CompoundStylerEditor::CompoundStylerEditor() {
+ SetLabel(u"Compound Styler");
children_container_.SetFlexDirection(ui::controls::FlexDirection::Vertical);
GetContainer()->AddChild(&children_container_);