diff options
author | crupest <crupest@outlook.com> | 2022-02-16 21:17:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-16 21:17:09 +0800 |
commit | 2711b7032cafdc9bdbd6ae06db0325c91e6e7f63 (patch) | |
tree | 9f19ec2697e1cf27895540f989d52946dcf4adab /src/theme_builder/components/MainWindow.h | |
parent | c6de932f727ed324cf875ea3fca9ca44775a820e (diff) | |
download | cru-2711b7032cafdc9bdbd6ae06db0325c91e6e7f63.tar.gz cru-2711b7032cafdc9bdbd6ae06db0325c91e6e7f63.tar.bz2 cru-2711b7032cafdc9bdbd6ae06db0325c91e6e7f63.zip |
...
Diffstat (limited to 'src/theme_builder/components/MainWindow.h')
-rw-r--r-- | src/theme_builder/components/MainWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theme_builder/components/MainWindow.h b/src/theme_builder/components/MainWindow.h index c6733111..8d1675f3 100644 --- a/src/theme_builder/components/MainWindow.h +++ b/src/theme_builder/components/MainWindow.h @@ -1,4 +1,5 @@ #pragma once +#include "StyleRuleSetEditor.h" #include "cru/ui/components/Component.h" #include "cru/ui/controls/Button.h" #include "cru/ui/controls/FlexLayout.h" @@ -26,5 +27,6 @@ class MainWindow : public ui::components::Component { ui::controls::StackLayout preview_layout_; ui::controls::Button preview_button_; ui::controls::TextBlock preview_button_text_; + StyleRuleSetEditor style_rule_set_editor_; }; } // namespace cru::theme_builder |