diff options
author | crupest <crupest@outlook.com> | 2022-02-26 21:13:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-26 21:13:52 +0800 |
commit | 38221428a5ea4bc71f03508dafdc6ad65ebfbea1 (patch) | |
tree | 3248edb39faf98aa19647f30477bcc6cf734ebb3 /assets/cru | |
parent | 8da596f7b5fdbcf11fbda4aa66efc87a219f58ae (diff) | |
download | cru-38221428a5ea4bc71f03508dafdc6ad65ebfbea1.tar.gz cru-38221428a5ea4bc71f03508dafdc6ad65ebfbea1.tar.bz2 cru-38221428a5ea4bc71f03508dafdc6ad65ebfbea1.zip |
...
Diffstat (limited to 'assets/cru')
-rw-r--r-- | assets/cru/theme_builder/ThemeResources.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/cru/theme_builder/ThemeResources.xml b/assets/cru/theme_builder/ThemeResources.xml index e39cc232..a61a59f8 100644 --- a/assets/cru/theme_builder/ThemeResources.xml +++ b/assets/cru/theme_builder/ThemeResources.xml @@ -3,6 +3,24 @@ <Font size="16" /> </Resource> + <Resource key="cru.theme_builder.icon-button.style"> + <StyleRuleSet> + <StyleRule> + <NoCondition /> + <PreferredSizeStyler width="30" height="20" /> + <BorderStyler> + <BorderStyle> + <Thickness value="0" /> + </BorderStyle> + </BorderStyler> + <MarginStyler value="10 0 0 0" /> + <CursorStyler> + <Cursor value="hand" /> + </CursorStyler> + </StyleRule> + </StyleRuleSet> + </Resource> + <Resource key="cru.theme_builder.color_cube.style"> <StyleRuleSet> <StyleRule> |