aboutsummaryrefslogtreecommitdiff
path: root/src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp')
-rw-r--r--src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp b/src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp
index fb713c8c..f0e700a1 100644
--- a/src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/PreferredSizeStylerEditor.cpp
@@ -3,12 +3,12 @@
namespace cru::theme_builder::components::stylers {
PreferredSizeStylerEditor::PreferredSizeStylerEditor() {
- SetLabel(u"Preferred Size Styler");
+ SetLabel("Preferred Size Styler");
GetContainer()->AddChild(width_editor_.GetRootControl());
GetContainer()->AddChild(height_editor_.GetRootControl());
- width_editor_.SetLabel(u"Width");
- height_editor_.SetLabel(u"Height");
+ width_editor_.SetLabel("Width");
+ height_editor_.SetLabel("Height");
ConnectChangeEvent(width_editor_);
ConnectChangeEvent(height_editor_);