elementary/ctxpopup - trivial changes.
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 12 Jul 2011 03:49:30 +0000 (03:49 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 12 Jul 2011 03:49:30 +0000 (03:49 +0000)
fixed indenation.
removed useless lines.
so on.

SVN revision: 61263

data/themes/default.edc

index 222d3d6..e610415 100644 (file)
@@ -7478,7 +7478,7 @@ collections {
             scale: 1;
             description { state: "default" 0.0;
                align: 0.0 0.0;
-               rel2{ to:"clipper"; relative: 1.0 1.0;}
+               rel2{ to:"clipper"; relative: 1.0 1.0; }
             }
             description { state: "hidden" 0.0;
                visible: 0;
@@ -7558,7 +7558,7 @@ collections {
             scale: 1;
             description { state: "default" 0.0;
                align: 0.0 0.0;
-               rel2{ to:"clipper"; relative: 1.0 1.0;}
+               rel2{ to:"clipper"; relative: 1.0 1.0; }
             }
             description { state: "hidden" 0.0;
                visible: 0;
@@ -7632,7 +7632,7 @@ collections {
                set_int(sbvis_v, 0);
                set_int(sbvis_h, 0);
                set_int(sbalways_v, 0);
-                                   set_int(sbalways_h, 0);
+               set_int(sbalways_h, 0);
                set_int(sbvis_timer, 0);
             }
          }
@@ -7681,21 +7681,21 @@ collections {
          program { name: "sb_vbar_show";
             signal: "do-show-vbar";
             source: "";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: LINEAR 1.0;
             target: "sb_vbar_clip";
          }
          program { name: "sb_vbar_hide";
             signal: "do-hide-vbar";
             source: "";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             transition: LINEAR 1.0;
             target: "sb_vbar_clip";
          }
          program { name: "hbar_show";
             signal: "elm,action,show,hbar";
             source: "elm";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar_clip_master";
          }
          program { name: "hbar_hide";
@@ -7737,14 +7737,14 @@ collections {
          program { name: "sb_hbar_show";
             signal: "do-show-hbar";
             source: "";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: LINEAR 1.0;
             target: "sb_hbar_clip";
          }
          program { name: "sb_hbar_hide";
             signal: "do-hide-hbar";
             source: "";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             transition: LINEAR 1.0;
             target: "sb_hbar_clip";
          }
@@ -7907,8 +7907,7 @@ collections {
                y: 1 1 0;
                confine: "arrow_area_up";
             }
-            description {
-               state: "default" 0.0;
+            description { state: "default" 0.0;
                min: 36 20;
                fixed: 1 1;
                visible: 1;
@@ -7923,8 +7922,7 @@ collections {
                y: 1 1 0;
                confine: "arrow_area_down";
             }
-            description {
-               state: "default" 0.0;
+            description { state: "default" 0.0;
                min: 36 20;
                fixed: 1 1;
                visible: 1;
@@ -7939,8 +7937,7 @@ collections {
                y: 1 1 0;
                confine: "arrow_area_left";
             }
-            description {
-               state: "default" 0.0;
+            description { state: "default" 0.0;
                min: 20 36;
                fixed: 1 1;
                visible: 1;
@@ -7955,8 +7952,7 @@ collections {
                y: 1 1 0;
                confine: "arrow_area_right";
             }
-            description {
-               state: "default" 0.0;
+            description { state: "default" 0.0;
                min: 20 36;
                fixed: 1 1;
                visible: 1;
@@ -7996,8 +7992,8 @@ collections {
          part { name: "elm.swallow.content";
             type: SWALLOW;
             description { state: "default" 0.0;
-               rel1 { to:"base"; offset: 4 4; };
-               rel2 { to:"base"; offset: -5 -5; };
+               rel1 { to:"base"; offset: 4 4; }
+               rel2 { to:"base"; offset: -5 -5; }
             }
          }
       }
@@ -8086,8 +8082,8 @@ collections {
 ///////////////////////////////////////////////////////////////////////////////
    group {
       name: "elm/ctxpopup/icon_text_style_item/default";
-           alias: "elm/ctxpopup/text_style_item/default";
-           alias: "elm/ctxpopup/icon_style_item/default";
+        alias: "elm/ctxpopup/text_style_item/default";
+        alias: "elm/ctxpopup/icon_style_item/default";
       images {
          image: "hoversel_entry_bg.png" COMP;
       }
@@ -8225,7 +8221,7 @@ collections {
             signal: "mouse,up,1";
             source: "over2";
             script {
-                                        set_state(PART:"elm.text", "default", 0.0);
+               set_state(PART:"elm.text", "default", 0.0);
                set_state(PART:"bg", "default", 0.0);
             }
          }