diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/cru/theme_builder/ThemeResources.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/cru/theme_builder/ThemeResources.xml b/assets/cru/theme_builder/ThemeResources.xml index 544f6908..e39cc232 100644 --- a/assets/cru/theme_builder/ThemeResources.xml +++ b/assets/cru/theme_builder/ThemeResources.xml @@ -1,15 +1,20 @@ <Theme> + <Resource key="cru.theme_builder.editor.label.font"> + <Font size="16" /> + </Resource> + <Resource key="cru.theme_builder.color_cube.style"> <StyleRuleSet> <StyleRule> <NoCondition /> - <PreferredSizeStyler width="20" height="20" /> + <PreferredSizeStyler width="30" height="20" /> <BorderStyler> <BorderStyle> <Color value="black" /> <Thickness value="1" /> </BorderStyle> </BorderStyler> + <MarginStyler value="10 0 0 0" /> </StyleRule> </StyleRuleSet> </Resource> |