attempt at better theming (different text classes + bigger when only one line is shown)

This commit is contained in:
Daniel Kolesa 2015-02-06 16:48:46 +00:00
parent 7e8b78d78c
commit fb9164721e
1 changed files with 7 additions and 3 deletions

View File

@ -22,11 +22,11 @@ collections {
color_class: "module_label";
text {
text: "";
font: "Sans:style=Mono";
font: "Sans";
size: 10;
min: 1 1;
align: 0.5 0.5;
text_class: "module_large";
text_class: "module_normal";
}
}
description {
@ -43,6 +43,8 @@ collections {
state: "only_visible" 0.0;
inherit: "default" 0.0;
rel2.relative: 1.0 1.0;
text.size: 12;
text.text_class: "module_large";
visible: 1;
}
}
@ -66,7 +68,7 @@ collections {
color_class: "module_label";
text {
text: "";
font: "Sans:style=Mono";
font: "Sans";
size: 9;
min: 1 1;
align: 0.5 0.5;
@ -87,6 +89,8 @@ collections {
state: "only_visible" 0.0;
inherit: "default" 0.0;
rel1.relative: 0.0 0.0;
text.size: 12;
text.text_class: "module_large";
visible: 1;
}
}