From: Carsten Haitzler Date: Tue, 17 Jul 2012 09:03:08 +0000 (+0000) Subject: scrollbars got too small in desktop mode. adjust to be bigger. X-Git-Tag: v1.7.0~335 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57e7e2aa5804790e1503a6e94f811976231519b7;p=platform%2Fupstream%2Felementary.git scrollbars got too small in desktop mode. adjust to be bigger. SVN revision: 73962 --- diff --git a/data/themes/default-desktop.edc b/data/themes/default-desktop.edc index 50694af..57a93ae 100644 --- a/data/themes/default-desktop.edc +++ b/data/themes/default-desktop.edc @@ -26,17 +26,17 @@ externals.external: "elm"; } \ description { state: "vertical" 0.0; \ inherit: "default" 0.0; \ - min: 10 0; \ + min: 13 0; \ align: 1.0 0.0; \ } \ description { state: "horizontal" 0.0; \ inherit: "default" 0.0; \ - min: 0 10; \ + min: 0 13; \ align: 0.0 1.0; \ } \ description { state: "both" 0.0; \ inherit: "default" 0.0; \ - min: 10 10; \ + min: 13 13; \ 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: 10 0; \ + min: 13 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: 10 10; \ + min: 13 13; \ 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: 10 10; \ + min: 13 13; \ 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: 10 20; \ + min: 13 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 10; \ + min: 0 13; \ 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: 20 10; \ + min: 20 13; \ 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: 10 10; \ + min: 13 13; \ 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: 10 10; \ + min: 13 13; \ align: 1.0 1.0; \ aspect: 1.0 1.0; \ fixed: 1 1; \