e: fix horizontal slider slow creation time.

SVN revision: 75038
This commit is contained in:
Cedric BAIL 2012-08-09 10:18:53 +00:00
parent 361376a48b
commit 9a4f70925e
1 changed files with 5 additions and 3 deletions

View File

@ -28518,15 +28518,17 @@ collections {
}
part {
name: "label";
type: SPACER;
mouse_events: 0;
clip_to: "clip";
description {
state: "default" 0.0;
visible: 0;
fixed: 1 0;
}
description {
state: "active" 0.0;
min: 20 0;
min: 19 0;
fixed: 1 0;
rel1 {
to: "e.text.label";
offset: -4 -2;
@ -28564,8 +28566,8 @@ collections {
text: "0.0";
font: "Sans";
size: 10;
min: 1 1;
align: 0.5 0.5;
min: 1 0;
text_class: "slider";
}
}