diff options
author | crupest <crupest@outlook.com> | 2020-03-19 19:11:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-19 19:11:04 +0800 |
commit | ad29543fe081d2a0a5e6737f9073399e4e91383f (patch) | |
tree | 10f3a7519aa0f52fada56b10e226dc709972fd1d /include/cru/ui/ui_manager.hpp | |
parent | e3eb653a856fe6793d3ddab371c3e71290fc7a9b (diff) | |
download | cru-ad29543fe081d2a0a5e6737f9073399e4e91383f.tar.gz cru-ad29543fe081d2a0a5e6737f9073399e4e91383f.tar.bz2 cru-ad29543fe081d2a0a5e6737f9073399e4e91383f.zip |
...
Diffstat (limited to 'include/cru/ui/ui_manager.hpp')
-rw-r--r-- | include/cru/ui/ui_manager.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cru/ui/ui_manager.hpp b/include/cru/ui/ui_manager.hpp index b2137c67..9ad184c4 100644 --- a/include/cru/ui/ui_manager.hpp +++ b/include/cru/ui/ui_manager.hpp @@ -1,7 +1,7 @@ #pragma once #include "base.hpp" -#include "controls/button.hpp" +#include "controls/base.hpp" namespace cru::ui { struct ThemeResources { @@ -10,6 +10,7 @@ struct ThemeResources { std::shared_ptr<platform::graph::IBrush> text_selection_brush; std::shared_ptr<platform::graph::IBrush> caret_brush; controls::ButtonStyle button_style; + controls::TextBoxBorderStyle text_box_border_style; }; class UiManager : public Object { |