diff options
author | crupest <crupest@outlook.com> | 2021-11-30 15:26:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-30 15:26:16 +0800 |
commit | ff6cb3b468a0d4caf87c2291818d24e0a6d12b39 (patch) | |
tree | 7799f31d70aae62e70bec5e9d1c54811e01164be /include/cru/ui/UiManager.hpp | |
parent | 1bbd3e0c1817774335c97f4c59e0310b61949ece (diff) | |
download | cru-ff6cb3b468a0d4caf87c2291818d24e0a6d12b39.tar.gz cru-ff6cb3b468a0d4caf87c2291818d24e0a6d12b39.tar.bz2 cru-ff6cb3b468a0d4caf87c2291818d24e0a6d12b39.zip |
...
Diffstat (limited to 'include/cru/ui/UiManager.hpp')
-rw-r--r-- | include/cru/ui/UiManager.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/UiManager.hpp b/include/cru/ui/UiManager.hpp index 6b1083b2..e617dea8 100644 --- a/include/cru/ui/UiManager.hpp +++ b/include/cru/ui/UiManager.hpp @@ -18,7 +18,9 @@ struct ThemeResources { std::shared_ptr<platform::graphics::IBrush> text_brush; std::shared_ptr<platform::graphics::IBrush> text_selection_brush; std::shared_ptr<platform::graphics::IBrush> caret_brush; + style::StyleRuleSet button_style; + style::StyleRuleSet text_box_style; style::StyleRuleSet menu_item_style; |