Elementary: Fix border title (text) color on frames (for Wayland) when border

is inactive.



SVN revision: 67138
This commit is contained in:
Christopher Michael 2012-01-12 12:34:41 +00:00
parent 3e83e40a23
commit b56289a4f0
1 changed files with 4 additions and 1 deletions

View File

@ -60,6 +60,7 @@ group {
description {
state: "default" 0.0;
rel2.to_y: "title_base";
color_class: "border_top";
image {
normal: "bd_top.png";
border: 2 2 2 2;
@ -76,6 +77,7 @@ group {
relative: 0.0 1.0;
offset: 0 -4;
}
color_class: "border_bottom";
image {
normal: "bd_bottom.png";
border: 2 2 0 0;
@ -191,12 +193,13 @@ group {
offset: -8 2;
to_x: "title_base";
}
color_class: "border_title";
text {
font: "Sans:style=Bold";
size: 10;
min: 0 1;
align: 0.0 0.0;
text_class: "title_base";
text_class: "title_bar";
}
}
description {