diff options
author | crupest <crupest@outlook.com> | 2022-02-16 20:28:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-16 20:28:51 +0800 |
commit | c6de932f727ed324cf875ea3fca9ca44775a820e (patch) | |
tree | 070fcd65ba0664ab8138874829c0324b2cd833c6 /src/theme_builder/components/stylers/CursorStylerEditor.cpp | |
parent | 3cd44092c44651650a760752a3d374f610ca4f77 (diff) | |
download | cru-c6de932f727ed324cf875ea3fca9ca44775a820e.tar.gz cru-c6de932f727ed324cf875ea3fca9ca44775a820e.tar.bz2 cru-c6de932f727ed324cf875ea3fca9ca44775a820e.zip |
...
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); } |