diff options
Diffstat (limited to 'src/theme_builder/components/stylers/CompoundStylerEditor.h')
-rw-r--r-- | src/theme_builder/components/stylers/CompoundStylerEditor.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/theme_builder/components/stylers/CompoundStylerEditor.h b/src/theme_builder/components/stylers/CompoundStylerEditor.h index 33a3d7cf..fe9fb47c 100644 --- a/src/theme_builder/components/stylers/CompoundStylerEditor.h +++ b/src/theme_builder/components/stylers/CompoundStylerEditor.h @@ -20,8 +20,7 @@ class CompoundStylerEditorChild : public ui::components::Component { private: ui::controls::FlexLayout container_; - ui::controls::Button remove_button_; - ui::controls::TextBlock remove_button_text_; + ui::controls::IconButton remove_button_; std::unique_ptr<StylerEditor> styler_editor_; Event<std::nullptr_t> remove_event_; @@ -45,6 +44,6 @@ class CompoundStylerEditor : public StylerEditor { private: ui::controls::FlexLayout children_container_; std::vector<std::unique_ptr<CompoundStylerEditorChild>> children_; - ui::components::PopupMenuTextButton add_child_button_; + ui::components::PopupMenuIconButton add_child_button_; }; } // namespace cru::theme_builder::components::stylers |