and finish edgebindings with rounded backingon text so its visible all

the time.



SVN revision: 79562
This commit is contained in:
Carsten Haitzler 2012-11-23 13:48:54 +00:00
parent 68ca38a03e
commit d72404f7de
1 changed files with 18 additions and 6 deletions

View File

@ -43,20 +43,32 @@ group { name: "e/modules/conf_edgebindings/selection";
rel2.offset: -2 -5;
}
}
part { name: "bevel"; mouse_events: 0;
description { state: "default" 0.0;
rel1.offset: -10 -6;
rel1.to: "e.text.selection";
rel2.offset: 9 5;
rel2.to: "e.text.selection";
image.normal: "darken_rounded_square.png";
image.border: 15 15 15 15;
fill.smooth: 0;
fixed: 1 1;
}
}
part { name: "e.text.selection"; type: TEXT; mouse_events: 0;
effect: SHADOW BOTTOM;
description { state: "default" 0.0;
rel1.relative: 1.0 1.0;
rel1.offset: 4 4;
rel1.to: "e.edge.top_left";
rel2.relative: 0.0 0.0;
rel2.offset: -5 -5;
rel2.to: "e.edge.bottom_right";
rel1.relative: 0.5 0.5;
rel1.to: "e.swallow.background";
rel2.relative: 0.5 0.5;
rel2.to: "e.swallow.background";
color: 255 255 255 255;
color3: 0 0 0 128;
color_class: "label_text";
fixed: 1 1;
text { font: "Sans"; size: 10;
text_class: "label";
min: 1 1;
}
}
}