diff options
author | crupest <crupest@outlook.com> | 2022-02-26 20:33:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-26 20:33:02 +0800 |
commit | 8da596f7b5fdbcf11fbda4aa66efc87a219f58ae (patch) | |
tree | d229a293f4cc424f23648c1f22de2cf268814870 /assets | |
parent | 673f1939beb1b477a23d9641a07a2e05fff903b4 (diff) | |
download | cru-8da596f7b5fdbcf11fbda4aa66efc87a219f58ae.tar.gz cru-8da596f7b5fdbcf11fbda4aa66efc87a219f58ae.tar.bz2 cru-8da596f7b5fdbcf11fbda4aa66efc87a219f58ae.zip |
...
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> |