From 315df371150653235e7fb73a7b03295fb1c2133a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 1 Apr 2009 02:16:05 +0000 Subject: [PATCH] some more shadows to wp dialog SVN revision: 39825 --- data/themes/default.edc | 58 ++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 9ccebd4ed..58d343f5d 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -23999,6 +23999,8 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); image: "dia_topshad.png" COMP; image: "dia_botshad.png" COMP; image: "menu_sep.png" COMP; + image: "dia_botshad.png" COMP; + image: "topsh.png" COMP; } parts { part { name: "base"; @@ -24015,36 +24017,6 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } } } - part { name: "shadow"; - mouse_events: 0; - description { state: "default" 0.0; - rel2.relative: 1.0 0.0; - rel2.offset: -1 31; - image.normal: "dia_topshad.png"; - fill { - smooth: 0; - size { - relative: 0.0 1.0; - offset: 64 0; - } - } - } - } - part { name: "shadow2"; - mouse_events: 0; - description { state: "default" 0.0; - rel1.relative: 0.0 1.0; - rel1.offset: 0 -4; - image.normal: "dia_botshad.png"; - fill { - smooth: 0; - size { - relative: 0.0 1.0; - offset: 64 0; - } - } - } - } part { name: "e.swallow.preview"; type: SWALLOW; description { state: "default" 0.0; @@ -24107,6 +24079,32 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } } } + part { name: "shadow1"; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + image.normal: "topsh.png"; + align: 0.0 0.0; + min: 1 16; + max: 99999 16; + fill.smooth: 0; + } + } + part { name: "shadow2"; + mouse_events: 0; + description { state: "default" 0.0; + rel1.relative: 0.0 1.0; + rel1.offset: 0 -4; + image.normal: "dia_botshad.png"; + fill { + smooth: 0; + size { + relative: 0.0 1.0; + offset: 64 0; + } + } + } + } } programs { program { name: "send_click";