hermet pushed a commit to branch master.

commit e2ed20447ea4cb0efc7c1c97075ccddc9ce9d76d
Author: ChunEon Park <[email protected]>
Date:   Tue Aug 20 14:45:21 2013 +0900

    themes/dark - added flipselector noarrow style.
---
 edje/edc/elm/flipselector.edc | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/edje/edc/elm/flipselector.edc b/edje/edc/elm/flipselector.edc
index 7ace61a..9e928f9 100644
--- a/edje/edc/elm/flipselector.edc
+++ b/edje/edc/elm/flipselector.edc
@@ -526,3 +526,44 @@ group { name: "elm/flipselector/base/default";
       }
    }
 }
+
+group { name: "elm/flipselector/base/noarrow";
+   inherit: "elm/flipselector/base/default";
+   parts {
+      part { name: "arrow_top";
+         mouse_events: 0;
+         clip_to: "disclip";
+         scale: 1;
+         description { state: "default" 0.0;
+            min: 15 15;
+            max: 15 15;
+            align: 0.5 0.0;
+            rel1.to: "top";
+            rel2.to: "top";
+            image.normal: "sym_up_light_normal.png";
+            visible: 0;
+         }
+         description { state: "hidden" 0.0;
+            inherit: "default" 0.0;
+         }
+      }
+      part { name: "arrow_bottom";
+         mouse_events: 0;
+         clip_to: "disclip";
+         scale: 1;
+         description { state: "default" 0.0;
+            min: 15 15;
+            max: 15 15;
+            align: 0.5 1.0;
+            rel1.to: "bottom";
+            rel2.to: "bottom";
+            image.normal: "sym_down_light_normal.png";
+            visible: 0;
+         }
+         description { state: "hidden" 0.0;
+            inherit: "default" 0.0;
+         }
+      }
+   }
+}
+

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to