hermet pushed a commit to branch master.

commit 281442ac612cac169b0093ba2032e67e88c13224
Author: ChunEon Park <[email protected]>
Date:   Tue Aug 20 14:47:11 2013 +0900

    Revert "themes/dark - added flipselector noarrow style."
    
    This reverts commit e2ed20447ea4cb0efc7c1c97075ccddc9ce9d76d.
    
    Think again... only for the arrows, one more style is overload.
---
 edje/edc/elm/flipselector.edc | 41 -----------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/edje/edc/elm/flipselector.edc b/edje/edc/elm/flipselector.edc
index 9e928f9..7ace61a 100644
--- a/edje/edc/elm/flipselector.edc
+++ b/edje/edc/elm/flipselector.edc
@@ -526,44 +526,3 @@ 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