From c72a22da758b3826c655a0db2587bae308d535ec Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 16 Jun 2012 18:19:23 +0000 Subject: [PATCH] improve desktop theme setup. SVN revision: 72244 --- .../data/themes/default-desktop.edc | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/legacy/elementary/data/themes/default-desktop.edc b/legacy/elementary/data/themes/default-desktop.edc index ec645dce22..50694af334 100644 --- a/legacy/elementary/data/themes/default-desktop.edc +++ b/legacy/elementary/data/themes/default-desktop.edc @@ -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; } } }