fix options/fontpreivew for mild.

SVN revision: 72371
This commit is contained in:
Carsten Haitzler 2012-06-18 08:29:34 +00:00
parent 1412485b6d
commit 0f9656408f
1 changed files with 23 additions and 25 deletions

View File

@ -46,26 +46,25 @@ collections {
description { state: "default" 0.0; description { state: "default" 0.0;
fixed: 1 1; fixed: 1 1;
min: 80 80; min: 80 80;
align: 1.0 0.5; align: 0.0 0.5;
visible: 0; visible: 0;
rel1 { rel1 {
relative: 1.0 0.02; relative: 1.0 0.02;
offset: 8 8; offset: 8 8;
} }
rel2 { rel2 {
relative: 2.0 0.98; relative: 1.0 0.98;
offset: -9 -9; offset: 8 -9;
} }
} }
description { state: "visible" 0.0; description { state: "visible" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
visible: 1; visible: 1;
align: 1.0 0.5;
rel1 { rel1 {
relative: 0.0 0.02; offset: -9 8;
offset: 8 8;
} }
rel2 { rel2 {
relative: 1.0 0.98;
offset: -9 -9; offset: -9 -9;
} }
} }
@ -208,28 +207,27 @@ collections {
mouse_events: 1; mouse_events: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 255 255 255 255; color: 255 255 255 255;
rel1 { rel1.offset: 2 2;
offset: -2 -2; rel2.offset: -3 -3;
to: "terminology.text.preview";
}
rel2 {
offset: 3 3;
to: "terminology.text.preview";
}
} }
} }
part { name: "terminology.text.preview"; type: TEXT; part { name: "clip"; type: RECT;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 255; rel1.to: "base";
rel1.offset: 5 5; rel2.to: "base";
rel2.offset: -6 -6; color: 255 255 255 255;
text { }
text: "test"; }
text_class: "terminology.preview"; part { name: "terminology.text.preview"; type: SWALLOW;
font: "Monospace"; clip_to: "clip";
size: 14; description { state: "default" 0.0;
min: 1 1; rel1 {
align: 0.0 0.5; to: "base";
offset: 1 1;
}
rel2 {
to: "base";
offset: -2 -2;
} }
} }
} }