diff options
author | 杨宇千 <crupest@outlook.com> | 2019-09-17 16:40:12 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-09-17 16:40:12 +0800 |
commit | bea876a3b1a241e6127c06a14684a6dc9fcc9516 (patch) | |
tree | d06e40306671cb7c48290f65fdc5d39f219210c9 /include/cru/ui/controls | |
parent | e8dd10eec26d26c3fb30f2712ccf58ac72edc8a2 (diff) | |
download | cru-bea876a3b1a241e6127c06a14684a6dc9fcc9516.tar.gz cru-bea876a3b1a241e6127c06a14684a6dc9fcc9516.tar.bz2 cru-bea876a3b1a241e6127c06a14684a6dc9fcc9516.zip |
...
Diffstat (limited to 'include/cru/ui/controls')
-rw-r--r-- | include/cru/ui/controls/button.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/button.hpp b/include/cru/ui/controls/button.hpp index 0fad0035..d4a03e1d 100644 --- a/include/cru/ui/controls/button.hpp +++ b/include/cru/ui/controls/button.hpp @@ -18,7 +18,7 @@ using render::CornerRadius; struct ButtonStateStyle { std::shared_ptr<platform::graph::Brush> border_brush; Thickness border_thickness; - CornerRadius corner_radius; + CornerRadius border_radius; std::shared_ptr<platform::graph::Brush> foreground_brush; std::shared_ptr<platform::graph::Brush> background_brush; }; |