diff options
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> |