improve desktop theme setup.

SVN revision: 72244
This commit is contained in:
Carsten Haitzler 2012-06-16 18:19:23 +00:00
parent 8b5963cd77
commit c72a22da75
1 changed files with 16 additions and 16 deletions

View File

@ -26,17 +26,17 @@ externals.external: "elm";
} \
description { state: "vertical" 0.0; \
inherit: "default" 0.0; \
min: 17 0; \
min: 10 0; \
align: 1.0 0.0; \
} \
description { state: "horizontal" 0.0; \
inherit: "default" 0.0; \
min: 0 17; \
min: 0 10; \
align: 0.0 1.0; \
} \
description { state: "both" 0.0; \
inherit: "default" 0.0; \
min: 17 17; \
min: 10 10; \
align: 1.0 1.0; \
} \
} \
@ -68,7 +68,7 @@ externals.external: "elm";
mouse_events: 0; \
clip_to: "sb_vbar_clip"; \
description { state: "default" 0.0; \
min: 17 0; \
min: 10 0; \
fixed: 1 1; \
color: 0 0 0 0; \
align: 0.5 0.5; \
@ -149,7 +149,7 @@ externals.external: "elm";
mouse_events: 1; \
clip_to: "sb_vbar_clip"; \
description { state: "default" 0.0; \
min: 17 17; \
min: 10 10; \
fixed: 1 1; \
align: 0.5 0.0; \
aspect: 1.0 1.0; \
@ -187,7 +187,7 @@ externals.external: "elm";
mouse_events: 1; \
clip_to: "sb_vbar_clip"; \
description { state: "default" 0.0; \
min: 17 17; \
min: 10 10; \
fixed: 1 1; \
align: 0.5 1.0; \
aspect: 1.0 1.0; \
@ -224,7 +224,7 @@ externals.external: "elm";
confine: "sb_vbar"; \
} \
description { state: "default" 0.0; \
min: 17 17; \
min: 10 20; \
fixed: 1 1; \
aspect: 1.0 0.5; \
aspect_preference: VERTICAL; \
@ -305,7 +305,7 @@ externals.external: "elm";
mouse_events: 0; \
clip_to: "sb_hbar_clip"; \
description { state: "default" 0.0; \
min: 0 17; \
min: 0 10; \
fixed: 1 1; \
color: 0 0 0 0; \
align: 0.5 0.5; \
@ -357,7 +357,7 @@ externals.external: "elm";
confine: "sb_hbar"; \
} \
description { state: "default" 0.0; \
min: 17 17; \
min: 20 10; \
fixed: 1 1; \
aspect_preference: HORIZONTAL; \
align: 0.0 1.0; \
@ -447,7 +447,7 @@ externals.external: "elm";
mouse_events: 1; \
clip_to: "sb_hbar_clip"; \
description { state: "default" 0.0; \
min: 17 17; \
min: 10 10; \
fixed: 1 1; \
align: 0.0 1.0; \
aspect: 1.0 1.0; \
@ -484,7 +484,7 @@ externals.external: "elm";
mouse_events: 1; \
clip_to: "sb_hbar_clip"; \
description { state: "default" 0.0; \
min: 17 17; \
min: 10 10; \
align: 1.0 1.0; \
aspect: 1.0 1.0; \
fixed: 1 1; \
@ -910,9 +910,9 @@ collections {
offset: 0 0;
}
rel2 {
to_x: "elm.dragable.vbar";
to_y: "elm.dragable.hbar";
relative: 0.0 0.0;
// to_x: "elm.dragable.vbar";
// to_y: "elm.dragable.hbar";
// relative: 0.0 0.0;
offset: -1 -1;
}
}
@ -928,12 +928,12 @@ collections {
rel1 {
to: "elm.swallow.icon";
relative: 1.0 0.0;
offset: 4 4;
offset: 1 1;
}
rel2 {
to: "elm.swallow.end";
relative: 0.0 1.0;
offset: -5 -5;
offset: -2 -2;
}
}
}