elm theme - fix wayland borders to be sized and colored correctly

@fix
This commit is contained in:
Carsten Haitzler 2014-07-11 22:12:57 +09:00
parent 4bd3170a9f
commit 6930871d6f
1 changed files with 12 additions and 8 deletions

View File

@ -82,7 +82,7 @@ group { name: "elm/ews/decoration/default";
color_class: "border_top";
image.normal: "vgrad_med_lighter.png";
rel1.to_y: "title2";
rel1.offset: -1 -2;
rel1.offset: -1 0;
rel2.relative: 1.0 0.0;
fill.smooth: 0;
TILED_HORIZ(120)
@ -113,8 +113,9 @@ group { name: "elm/ews/decoration/default";
rel2.relative: 0.0 0.0;
rel2.offset: -2 -3;
rel2.to_x: "e.event.minimize";
align: 0.5 1.0;
color: FN_COL_DISABLE;
align: 0.5 0.0;
color_class: "border_title";
color3: 255 255 255 255;
text { font: FNBD; size: 10;
text_class: "title_bar";
align: 0.5 0.0;
@ -138,8 +139,9 @@ group { name: "elm/ews/decoration/default";
rel2.relative: 0.0 0.0;
rel2.offset: -1 2;
rel2.to_x: "e.event.minimize";
align: 0.5 1.0;
color: FN_COL_DEFAULT_SOFT_SHADOW;
align: 0.5 0.0;
color_class: "border_title_active";
color3: 255 255 255 255;
text { font: FNBD; size: 10;
text_source: "elm.text.title";
text_class: "title_bar";
@ -894,7 +896,7 @@ group { name: "elm/border/base/default";
rel1.to: "frame";
rel2.to_y: "title2";
rel2.to_x: "frame";
rel2.offset: -1 -4;
rel2.offset: -1 0;
fill.smooth: 0;
TILED_HORIZ(120)
}
@ -927,7 +929,8 @@ group { name: "elm/border/base/default";
rel2.to_x: "e.event.minimize";
rel2.to_y: "frame";
align: 0.5 0.0;
color: FN_COL_DISABLE;
color_class: "border_title";
color3: 255 255 255 255;
text { font: FNBD; size: 10;
text_class: "title_bar";
align: 0.5 0.0;
@ -954,7 +957,8 @@ group { name: "elm/border/base/default";
rel2.to_x: "e.event.minimize";
rel2.to_y: "frame";
align: 0.5 0.0;
color: FN_COL_DEFAULT_SOFT_SHADOW;
color_class: "border_title_active";
color3: 255 255 255 255;
text { font: FNBD; size: 10;
text_source: "elm.text.title";
text_class: "title_bar";