From: Carsten Haitzler (Rasterman) Date: Sun, 12 Jan 2014 20:07:52 +0000 (+0900) Subject: theme - make dark rounded square less transp. and add shadow to ibar menu X-Git-Tag: v1.9.0-alpha1~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f152487c044e86ee6641ce96398a43d2a86bb59;p=platform%2Fupstream%2Felementary.git theme - make dark rounded square less transp. and add shadow to ibar menu --- diff --git a/data/themes/edc/ibar-ibox.edc b/data/themes/edc/ibar-ibox.edc index 487539c2a..3d7824ccb 100644 --- a/data/themes/edc/ibar-ibox.edc +++ b/data/themes/edc/ibar-ibox.edc @@ -237,6 +237,7 @@ group { name: "e/modules/ibar/menu"; group { name: "e/modules/ibar/menu/item"; images.image: "glow_small.png" COMP; + images.image: "win_shadow.png" COMP; parts { part { name: "icon"; type: SPACER; description { state: "default"; @@ -248,6 +249,18 @@ group { name: "e/modules/ibar/menu/item"; max: 48 48; } } + part { name: "shadow"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "win_shadow.png"; + image.border: 14 14 14 14; + image.middle: 0; + rel1.to: "e.swallow.icon"; + rel1.offset: -7 -3; + rel2.to: "e.swallow.icon"; + rel2.offset: 6 11; + fill.smooth: 0; + } + } part { name: "glow"; mouse_events: 0; description { state: "default" 0.0; rel1.to: "e.swallow.icon"; @@ -274,8 +287,8 @@ group { name: "e/modules/ibar/menu/item"; } description { state: "focus"; inherit: "default"; - rel1.offset: -2 -2; - rel2.offset: 1 1; + rel1.offset: -4 -4; + rel2.offset: 3 3; } } part { name: "e.text.title"; type: TEXT; mouse_events: 0; diff --git a/data/themes/img/darken_rounded_square.png b/data/themes/img/darken_rounded_square.png index c7f143512..4321bb584 100644 Binary files a/data/themes/img/darken_rounded_square.png and b/data/themes/img/darken_rounded_square.png differ diff --git a/data/themes/img/darken_rounded_square_half.png b/data/themes/img/darken_rounded_square_half.png index 43c78d870..3d20e0e48 100644 Binary files a/data/themes/img/darken_rounded_square_half.png and b/data/themes/img/darken_rounded_square_half.png differ diff --git a/data/themes/img/darken_rounded_square_half_h.png b/data/themes/img/darken_rounded_square_half_h.png index bfbe70d21..753e547e6 100644 Binary files a/data/themes/img/darken_rounded_square_half_h.png and b/data/themes/img/darken_rounded_square_half_h.png differ diff --git a/data/themes/orig/mock-22.xcf.gz b/data/themes/orig/mock-22.xcf.gz new file mode 100644 index 000000000..6f24abced Binary files /dev/null and b/data/themes/orig/mock-22.xcf.gz differ