diff options
Diffstat (limited to 'src/theme_builder/components/stylers/CursorStylerEditor.cpp')
-rw-r--r-- | src/theme_builder/components/stylers/CursorStylerEditor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theme_builder/components/stylers/CursorStylerEditor.cpp b/src/theme_builder/components/stylers/CursorStylerEditor.cpp index 4cbd69cd..d7e5c351 100644 --- a/src/theme_builder/components/stylers/CursorStylerEditor.cpp +++ b/src/theme_builder/components/stylers/CursorStylerEditor.cpp @@ -4,8 +4,10 @@ namespace cru::theme_builder::components::stylers { CursorStylerEditor::CursorStylerEditor() { + SetLabel(u"Cursor Styler"); GetContainer()->AddChild(cursor_select_.GetRootControl()); + cursor_select_.SetLabel(u"Cursor"); cursor_select_.SetItems({u"arrow", u"hand", u"ibeam"}); cursor_select_.SetSelectedIndex(0); } |