More formatting. Regex replacing so most is great, some of it is slightly off but...
authortoma <toma>
Mon, 19 Apr 2010 01:51:51 +0000 (01:51 +0000)
committertoma <toma@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 19 Apr 2010 01:51:51 +0000 (01:51 +0000)
SVN revision: 48114

data/themes/default.edc

index 9b054fe..4aa18d9 100644 (file)
@@ -1,8 +1,9 @@
 // TODO:
 //   Formatting review.
-//   Formatting Process:   1. http://tools.arantius.com/tabifier in C mode
+//   Formatting Process: 1. http://tools.arantius.com/tabifier in C mode
 //                         2. sed 's/\t/   /g' default.edc > formatted.edc
 //                         3. Fix up defines, script{}, comments and other nicknacks.
+//                                                                     4. Replace ":    " with ": " and "//      " with "// " and so on.
 //
 //   Icons:
 //      EFM - All popup icons ... eg, paste copy delete properties
@@ -60,7 +61,7 @@ spectra {
  * theme. Consider color classes as a style that can be applied to many
  * different items without tinkering with the theme.
  *
- * color:  Font color     (Defaults to black)
+ * color: Font color     (Defaults to black)
  * color2: Outline color  (Defaults to transparent)
  * color3: Shadow color   (defaults to transparent)
  *
@@ -349,7 +350,7 @@ collections {
             }
          }
          /* part { name: "shade";
-               mouse_events:  0;
+               mouse_events: 0;
                description { state: "default" 0.0;
                image.normal: "circle_shade.png";
                fill.smooth: 0;
@@ -377,7 +378,7 @@ collections {
                rel1.offset: 0 0;
                rel2 {
                   relative: 0.0  0.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                }
             }
          }
@@ -403,7 +404,7 @@ collections {
                rel1.offset: 0 0;
                rel2 {
                   relative: 0.0  0.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                }
             }
          }
@@ -664,7 +665,7 @@ collections {
             name: "busy";
             /* this is an animation to spin a wheel when the app
              * seems too busy to respond to pings */
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -690,14 +691,14 @@ collections {
                rel1.to: "icon_area";
                rel2.to: "icon_area";
                image {
-                  tween:  "busy-1.png";
-                  tween:  "busy-2.png";
-                  tween:  "busy-3.png";
-                  tween:  "busy-4.png";
-                  tween:  "busy-5.png";
-                  tween:  "busy-6.png";
-                  tween:  "busy-7.png";
-                  tween:  "busy-8.png";
+                  tween: "busy-1.png";
+                  tween: "busy-2.png";
+                  tween: "busy-3.png";
+                  tween: "busy-4.png";
+                  tween: "busy-5.png";
+                  tween: "busy-6.png";
+                  tween: "busy-7.png";
+                  tween: "busy-8.png";
                   normal: "busy-9.png";
                   /* and we use image tweening. that
                    * means that we flip through a series
@@ -751,7 +752,7 @@ collections {
              * visible, but when the window is in an
              * urgent state (the app has set the urgency
              * hint) then we go to the visible state */
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -777,7 +778,7 @@ collections {
              * zoomed out to be larger and faded out at the
              * same time to give a "pulsating" look to the
              * exclamation mark to bring attention to it */
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -1131,7 +1132,7 @@ collections {
             /* an invisible rect part/object used for
              * layout purposes */
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -1150,7 +1151,7 @@ collections {
          }
          part {
             name: "title_back";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -1234,7 +1235,7 @@ collections {
          }
          part {
             name: "title_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -1264,7 +1265,7 @@ collections {
          }
          part {
             name: "resize_b";
-            mouse_events:  0;
+            mouse_events: 0;
             clip_to: "bottom_clip";
             description {
                state: "default" 0.0;
@@ -2060,7 +2061,7 @@ collections {
          }
          part {
             name: "busy";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -2071,14 +2072,14 @@ collections {
                rel1.to: "icon_area";
                rel2.to: "icon_area";
                image {
-                  tween:  "busy-1.png";
-                  tween:  "busy-2.png";
-                  tween:  "busy-3.png";
-                  tween:  "busy-4.png";
-                  tween:  "busy-5.png";
-                  tween:  "busy-6.png";
-                  tween:  "busy-7.png";
-                  tween:  "busy-8.png";
+                  tween: "busy-1.png";
+                  tween: "busy-2.png";
+                  tween: "busy-3.png";
+                  tween: "busy-4.png";
+                  tween: "busy-5.png";
+                  tween: "busy-6.png";
+                  tween: "busy-7.png";
+                  tween: "busy-8.png";
                   normal: "busy-9.png";
                }
             }
@@ -2108,7 +2109,7 @@ collections {
          }
          part {
             name: "urgent";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -2128,7 +2129,7 @@ collections {
          }
          part {
             name: "urgent2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -2421,7 +2422,7 @@ collections {
          part {
             name: "title_base";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -2440,7 +2441,7 @@ collections {
          }
          part {
             name: "title_back";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -2507,7 +2508,7 @@ collections {
          }
          part {
             name: "title_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -2537,7 +2538,7 @@ collections {
          }
          part {
             name: "resize_b";
-            mouse_events:  0;
+            mouse_events: 0;
             clip_to: "bottom_clip";
             description {
                state: "default" 0.0;
@@ -2815,9 +2816,9 @@ collections {
             target: "e.text.title";
          }
          program {
-            name:    "urgent";
-            signal:  "e,state,urgent";
-            source:  "e";
+            name: "urgent";
+            signal: "e,state,urgent";
+            source: "e";
             action: STATE_SET "visible" 0.0;
             target: "urgent";
             target: "urgent2";
@@ -2825,59 +2826,59 @@ collections {
             after: "urgent2";
          }
          program {
-            name:    "urgent2";
+            name: "urgent2";
             action: STATE_SET "faded" 0.0;
             target: "urgent2";
             transition: LINEAR 0.5;
             after: "urgent3";
          }
          program {
-            name:    "urgent3";
+            name: "urgent3";
             action: STATE_SET "visible" 0.0;
             target: "urgent2";
             after: "urgent2";
          }
          program {
-            name:    "urgentw0";
-            signal:  "e,state,urgent";
-            source:  "e";
+            name: "urgentw0";
+            signal: "e,state,urgent";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw1";
          }
          program {
-            name:    "urgentw1";
+            name: "urgentw1";
             action: STATE_SET "uw1" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw2";
          }
          program {
-            name:    "urgentw2";
+            name: "urgentw2";
             action: STATE_SET "uw2" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw3";
          }
          program {
-            name:    "urgentw3";
+            name: "urgentw3";
             action: STATE_SET "uw3" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw4";
          }
          program {
-            name:    "urgentw4";
+            name: "urgentw4";
             action: STATE_SET "uw4" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw0";
          }
          program {
-            name:    "not_urgent";
-            signal:  "e,state,not_urgent";
-            source:  "e";
+            name: "not_urgent";
+            signal: "e,state,not_urgent";
+            source: "e";
             action: ACTION_STOP;
             target: "urgentw0";
             target: "urgentw1";
@@ -2890,33 +2891,33 @@ collections {
             after: "not_urgent2";
          }
          program {
-            name:    "not_urgent2";
+            name: "not_urgent2";
             action: STATE_SET "default" 0.0;
             target: "urgent";
             target: "urgent2";
             target: "icon_area2";
          }
          program {
-            name:    "hung";
-            signal:  "e,state,hung";
-            source:  "e";
+            name: "hung";
+            signal: "e,state,hung";
+            source: "e";
             /* FIXME: */
             action: STATE_SET "shrunk" 0.0;
             target: "e.swallow.icon";
             transition: DECELERATE 0.5;
          }
          program {
-            name:    "unhung";
-            signal:  "e,state,unhung";
-            source:  "e";
+            name: "unhung";
+            signal: "e,state,unhung";
+            source: "e";
             /* FIXME: */
-            action:  ACTION_STOP;
+            action: ACTION_STOP;
             target: "busy_anim";
          }
          program {
-            name:    "unhung2";
-            signal:  "e,state,unhung";
-            source:  "e";
+            name: "unhung2";
+            signal: "e,state,unhung";
+            source: "e";
             /* FIXME: */
             action: STATE_SET "default" 0.0;
             target: "e.swallow.icon";
@@ -2925,25 +2926,25 @@ collections {
          }
          program {
             name: "busy_anim";
-            signal:  "e,state,hung";
-            source:  "e";
+            signal: "e,state,hung";
+            source: "e";
             action: STATE_SET "visible" 0.0;
             transition: LINEAR 0.3333;
             target: "busy";
-            after:  "busy_anim";
+            after: "busy_anim";
          }
          program {
-            name:    "max_full";
-            signal:  "e,action,maximize,fullscreen";
-            source:  "e";
+            name: "max_full";
+            signal: "e,action,maximize,fullscreen";
+            source: "e";
             action: STATE_SET "max" 0.0;
             target: "bottom";
             target: "e.swallow.client";
          }
          program {
-            name:    "unmax_full";
-            signal:  "e,action,unmaximize,fullscreen";
-            source:  "e";
+            name: "unmax_full";
+            signal: "e,action,unmaximize,fullscreen";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "bottom";
             target: "e.swallow.client";
@@ -2963,9 +2964,9 @@ collections {
             target: "e.event.resize.b";
          }
          program {
-            name:    "unshade_start";
-            signal:  "e,state,unshading";
-            source:  "e";
+            name: "unshade_start";
+            signal: "e,state,unshading";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "bottom";
             target: "e.swallow.client";
@@ -2980,7 +2981,7 @@ collections {
             name: "resize_b_on";
             signal: "mouse,in";
             source: "e.event.resize.b";
-            action:  ACTION_STOP;
+            action: ACTION_STOP;
             target: "resize_b_on2";
             target: "resize_b_on3";
             after: "resize_b_on2";
@@ -3002,7 +3003,7 @@ collections {
             name: "resize_b_off";
             signal: "mouse,out";
             source: "e.event.resize.b";
-            action:  ACTION_STOP;
+            action: ACTION_STOP;
             target: "resize_b_on";
             target: "resize_b_on2";
             target: "resize_b_on3";
@@ -3011,21 +3012,21 @@ collections {
             name: "icon_down";
             signal: "mouse,down,*";
             source: "e.event.icon";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "icon_area";
          }
          program {
             name: "icon_up";
             signal: "mouse,up,*";
             source: "e.event.icon";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "icon_area";
          }
          program {
             name: "bt_close_down";
             signal: "mouse,down,*";
             source: "e.event.close";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "bt_close_unfoc";
             target: "bt_close_foc";
          }
@@ -3033,7 +3034,7 @@ collections {
             name: "bt_close_up";
             signal: "mouse,up,*";
             source: "e.event.close";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "bt_close_unfoc";
             target: "bt_close_foc";
          }
@@ -3041,7 +3042,7 @@ collections {
             name: "bt_max_down";
             signal: "mouse,down,*";
             source: "e.event.maximize";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "bt_max_unfoc";
             target: "bt_max_foc";
          }
@@ -3049,7 +3050,7 @@ collections {
             name: "bt_max_up";
             signal: "mouse,up,*";
             source: "e.event.maximize";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "bt_max_unfoc";
             target: "bt_max_foc";
          }
@@ -3057,7 +3058,7 @@ collections {
             name: "bt_min_down";
             signal: "mouse,down,*";
             source: "e.event.minimize";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "bt_min_unfoc";
             target: "bt_min_foc";
          }
@@ -3065,7 +3066,7 @@ collections {
             name: "bt_min_up";
             signal: "mouse,up,*";
             source: "e.event.minimize";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "bt_min_unfoc";
             target: "bt_min_foc";
          }
@@ -3193,7 +3194,7 @@ collections {
          }
          part {
             name: "busy";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -3204,14 +3205,14 @@ collections {
                rel1.to: "icon_area";
                rel2.to: "icon_area";
                image {
-                  tween:  "busy-1.png";
-                  tween:  "busy-2.png";
-                  tween:  "busy-3.png";
-                  tween:  "busy-4.png";
-                  tween:  "busy-5.png";
-                  tween:  "busy-6.png";
-                  tween:  "busy-7.png";
-                  tween:  "busy-8.png";
+                  tween: "busy-1.png";
+                  tween: "busy-2.png";
+                  tween: "busy-3.png";
+                  tween: "busy-4.png";
+                  tween: "busy-5.png";
+                  tween: "busy-6.png";
+                  tween: "busy-7.png";
+                  tween: "busy-8.png";
                   normal: "busy-9.png";
                }
             }
@@ -3241,7 +3242,7 @@ collections {
          }
          part {
             name: "urgent";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -3261,7 +3262,7 @@ collections {
          }
          part {
             name: "urgent2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -3554,7 +3555,7 @@ collections {
          part {
             name: "title_base";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -3573,7 +3574,7 @@ collections {
          }
          part {
             name: "title_back";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -3640,7 +3641,7 @@ collections {
          }
          part {
             name: "title_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -3774,9 +3775,9 @@ collections {
             target: "e.text.title";
          }
          program {
-            name:    "urgent";
-            signal:  "e,state,urgent";
-            source:  "e";
+            name: "urgent";
+            signal: "e,state,urgent";
+            source: "e";
             action: STATE_SET "visible" 0.0;
             target: "urgent";
             target: "urgent2";
@@ -3784,59 +3785,59 @@ collections {
             after: "urgent2";
          }
          program {
-            name:    "urgent2";
+            name: "urgent2";
             action: STATE_SET "faded" 0.0;
             target: "urgent2";
             transition: LINEAR 0.5;
             after: "urgent3";
          }
          program {
-            name:    "urgent3";
+            name: "urgent3";
             action: STATE_SET "visible" 0.0;
             target: "urgent2";
             after: "urgent2";
          }
          program {
-            name:    "urgentw0";
-            signal:  "e,state,urgent";
-            source:  "e";
+            name: "urgentw0";
+            signal: "e,state,urgent";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw1";
          }
          program {
-            name:    "urgentw1";
+            name: "urgentw1";
             action: STATE_SET "uw1" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw2";
          }
          program {
-            name:    "urgentw2";
+            name: "urgentw2";
             action: STATE_SET "uw2" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw3";
          }
          program {
-            name:    "urgentw3";
+            name: "urgentw3";
             action: STATE_SET "uw3" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw4";
          }
          program {
-            name:    "urgentw4";
+            name: "urgentw4";
             action: STATE_SET "uw4" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw0";
          }
          program {
-            name:    "not_urgent";
-            signal:  "e,state,not_urgent";
-            source:  "e";
+            name: "not_urgent";
+            signal: "e,state,not_urgent";
+            source: "e";
             action: ACTION_STOP;
             target: "urgentw0";
             target: "urgentw1";
@@ -3849,33 +3850,33 @@ collections {
             after: "not_urgent2";
          }
          program {
-            name:    "not_urgent2";
+            name: "not_urgent2";
             action: STATE_SET "default" 0.0;
             target: "urgent";
             target: "urgent2";
             target: "icon_area2";
          }
          program {
-            name:    "hung";
-            signal:  "e,state,hung";
-            source:  "e";
+            name: "hung";
+            signal: "e,state,hung";
+            source: "e";
             /* FIXME: */
             action: STATE_SET "shrunk" 0.0;
             target: "e.swallow.icon";
             transition: DECELERATE 0.5;
          }
          program {
-            name:    "unhung";
-            signal:  "e,state,unhung";
-            source:  "e";
+            name: "unhung";
+            signal: "e,state,unhung";
+            source: "e";
             /* FIXME: */
-            action:  ACTION_STOP;
+            action: ACTION_STOP;
             target: "busy_anim";
          }
          program {
-            name:    "unhung2";
-            signal:  "e,state,unhung";
-            source:  "e";
+            name: "unhung2";
+            signal: "e,state,unhung";
+            source: "e";
             /* FIXME: */
             action: STATE_SET "default" 0.0;
             target: "e.swallow.icon";
@@ -3884,12 +3885,12 @@ collections {
          }
          program {
             name: "busy_anim";
-            signal:  "e,state,hung";
-            source:  "e";
+            signal: "e,state,hung";
+            source: "e";
             action: STATE_SET "visible" 0.0;
             transition: LINEAR 0.3333;
             target: "busy";
-            after:  "busy_anim";
+            after: "busy_anim";
          }
          program {
             name: "max_full";
@@ -3923,21 +3924,21 @@ collections {
             name: "icon_down";
             signal: "mouse,down,*";
             source: "e.event.icon";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "icon_area";
          }
          program {
             name: "icon_up";
             signal: "mouse,up,*";
             source: "e.event.icon";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "icon_area";
          }
          program {
             name: "bt_close_down";
             signal: "mouse,down,*";
             source: "e.event.close";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "bt_close_unfoc";
             target: "bt_close_foc";
          }
@@ -3945,7 +3946,7 @@ collections {
             name: "bt_close_up";
             signal: "mouse,up,*";
             source: "e.event.close";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "bt_close_unfoc";
             target: "bt_close_foc";
          }
@@ -3953,7 +3954,7 @@ collections {
             name: "bt_max_down";
             signal: "mouse,down,*";
             source: "e.event.maximize";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "bt_max_unfoc";
             target: "bt_max_foc";
          }
@@ -3961,7 +3962,7 @@ collections {
             name: "bt_max_up";
             signal: "mouse,up,*";
             source: "e.event.maximize";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "bt_max_unfoc";
             target: "bt_max_foc";
          }
@@ -3969,7 +3970,7 @@ collections {
             name: "bt_min_down";
             signal: "mouse,down,*";
             source: "e.event.minimize";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "bt_min_unfoc";
             target: "bt_min_foc";
          }
@@ -3977,7 +3978,7 @@ collections {
             name: "bt_min_up";
             signal: "mouse,up,*";
             source: "e.event.minimize";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "bt_min_unfoc";
             target: "bt_min_foc";
          }
@@ -4131,7 +4132,7 @@ collections {
          }
          part {
             name: "busy";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -4142,14 +4143,14 @@ collections {
                rel1.to: "icon_area";
                rel2.to: "icon_area";
                image {
-                  tween:  "busy-1.png";
-                  tween:  "busy-2.png";
-                  tween:  "busy-3.png";
-                  tween:  "busy-4.png";
-                  tween:  "busy-5.png";
-                  tween:  "busy-6.png";
-                  tween:  "busy-7.png";
-                  tween:  "busy-8.png";
+                  tween: "busy-1.png";
+                  tween: "busy-2.png";
+                  tween: "busy-3.png";
+                  tween: "busy-4.png";
+                  tween: "busy-5.png";
+                  tween: "busy-6.png";
+                  tween: "busy-7.png";
+                  tween: "busy-8.png";
                   normal: "busy-9.png";
                }
             }
@@ -4179,7 +4180,7 @@ collections {
          }
          part {
             name: "urgent";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -4199,7 +4200,7 @@ collections {
          }
          part {
             name: "urgent2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -4374,7 +4375,7 @@ collections {
          part {
             name: "title_base";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -4393,7 +4394,7 @@ collections {
          }
          part {
             name: "title_back";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -4460,7 +4461,7 @@ collections {
          }
          part {
             name: "title_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -4490,7 +4491,7 @@ collections {
          }
          part {
             name: "resize_b";
-            mouse_events:  0;
+            mouse_events: 0;
             clip_to: "bottom_clip";
             description {
                state: "default" 0.0;
@@ -4748,9 +4749,9 @@ collections {
             target: "e.text.title";
          }
          program {
-            name:    "urgent";
-            signal:  "e,state,urgent";
-            source:  "e";
+            name: "urgent";
+            signal: "e,state,urgent";
+            source: "e";
             action: STATE_SET "visible" 0.0;
             target: "urgent";
             target: "urgent2";
@@ -4758,59 +4759,59 @@ collections {
             after: "urgent2";
          }
          program {
-            name:    "urgent2";
+            name: "urgent2";
             action: STATE_SET "faded" 0.0;
             target: "urgent2";
             transition: LINEAR 0.5;
             after: "urgent3";
          }
          program {
-            name:    "urgent3";
+            name: "urgent3";
             action: STATE_SET "visible" 0.0;
             target: "urgent2";
             after: "urgent2";
          }
          program {
-            name:    "urgentw0";
-            signal:  "e,state,urgent";
-            source:  "e";
+            name: "urgentw0";
+            signal: "e,state,urgent";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw1";
          }
          program {
-            name:    "urgentw1";
+            name: "urgentw1";
             action: STATE_SET "uw1" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw2";
          }
          program {
-            name:    "urgentw2";
+            name: "urgentw2";
             action: STATE_SET "uw2" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw3";
          }
          program {
-            name:    "urgentw3";
+            name: "urgentw3";
             action: STATE_SET "uw3" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw4";
          }
          program {
-            name:    "urgentw4";
+            name: "urgentw4";
             action: STATE_SET "uw4" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw0";
          }
          program {
-            name:    "not_urgent";
-            signal:  "e,state,not_urgent";
-            source:  "e";
+            name: "not_urgent";
+            signal: "e,state,not_urgent";
+            source: "e";
             action: ACTION_STOP;
             target: "urgentw0";
             target: "urgentw1";
@@ -4823,33 +4824,33 @@ collections {
             after: "not_urgent2";
          }
          program {
-            name:    "not_urgent2";
+            name: "not_urgent2";
             action: STATE_SET "default" 0.0;
             target: "urgent";
             target: "urgent2";
             target: "icon_area2";
          }
          program {
-            name:    "hung";
-            signal:  "e,state,hung";
-            source:  "e";
+            name: "hung";
+            signal: "e,state,hung";
+            source: "e";
             /* FIXME: */
             action: STATE_SET "shrunk" 0.0;
             target: "e.swallow.icon";
             transition: DECELERATE 0.5;
          }
          program {
-            name:    "unhung";
-            signal:  "e,state,unhung";
-            source:  "e";
+            name: "unhung";
+            signal: "e,state,unhung";
+            source: "e";
             /* FIXME: */
-            action:  ACTION_STOP;
+            action: ACTION_STOP;
             target: "busy_anim";
          }
          program {
-            name:    "unhung2";
-            signal:  "e,state,unhung";
-            source:  "e";
+            name: "unhung2";
+            signal: "e,state,unhung";
+            source: "e";
             /* FIXME: */
             action: STATE_SET "default" 0.0;
             target: "e.swallow.icon";
@@ -4858,25 +4859,25 @@ collections {
          }
          program {
             name: "busy_anim";
-            signal:  "e,state,hung";
-            source:  "e";
+            signal: "e,state,hung";
+            source: "e";
             action: STATE_SET "visible" 0.0;
             transition: LINEAR 0.3333;
             target: "busy";
-            after:  "busy_anim";
+            after: "busy_anim";
          }
          program {
-            name:    "max_full";
-            signal:  "e,action,maximize,fullscreen";
-            source:  "e";
+            name: "max_full";
+            signal: "e,action,maximize,fullscreen";
+            source: "e";
             action: STATE_SET "max" 0.0;
             target: "bottom";
             target: "e.swallow.client";
          }
          program {
-            name:    "unmax_full";
-            signal:  "e,action,unmaximize,fullscreen";
-            source:  "e";
+            name: "unmax_full";
+            signal: "e,action,unmaximize,fullscreen";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "bottom";
             target: "e.swallow.client";
@@ -4896,9 +4897,9 @@ collections {
             target: "e.event.resize.b";
          }
          program {
-            name:    "unshade_start";
-            signal:  "e,state,unshading";
-            source:  "e";
+            name: "unshade_start";
+            signal: "e,state,unshading";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "bottom";
             target: "e.swallow.client";
@@ -4913,7 +4914,7 @@ collections {
             name: "resize_b_on";
             signal: "mouse,in";
             source: "e.event.resize.b";
-            action:  ACTION_STOP;
+            action: ACTION_STOP;
             target: "resize_b_on2";
             target: "resize_b_on3";
             after: "resize_b_on2";
@@ -4935,7 +4936,7 @@ collections {
             name: "resize_b_off";
             signal: "mouse,out";
             source: "e.event.resize.b";
-            action:  ACTION_STOP;
+            action: ACTION_STOP;
             target: "resize_b_on";
             target: "resize_b_on2";
             target: "resize_b_on3";
@@ -4944,21 +4945,21 @@ collections {
             name: "icon_down";
             signal: "mouse,down,*";
             source: "e.event.icon";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "icon_area";
          }
          program {
             name: "icon_up";
             signal: "mouse,up,*";
             source: "e.event.icon";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "icon_area";
          }
          program {
             name: "bt_close_down";
             signal: "mouse,down,*";
             source: "e.event.close";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "bt_close_unfoc";
             target: "bt_close_foc";
          }
@@ -4966,7 +4967,7 @@ collections {
             name: "bt_close_up";
             signal: "mouse,up,*";
             source: "e.event.close";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "bt_close_unfoc";
             target: "bt_close_foc";
          }
@@ -5088,7 +5089,7 @@ collections {
          }
          part {
             name: "busy";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -5099,14 +5100,14 @@ collections {
                rel1.to: "icon_area";
                rel2.to: "icon_area";
                image {
-                  tween:  "busy-1.png";
-                  tween:  "busy-2.png";
-                  tween:  "busy-3.png";
-                  tween:  "busy-4.png";
-                  tween:  "busy-5.png";
-                  tween:  "busy-6.png";
-                  tween:  "busy-7.png";
-                  tween:  "busy-8.png";
+                  tween: "busy-1.png";
+                  tween: "busy-2.png";
+                  tween: "busy-3.png";
+                  tween: "busy-4.png";
+                  tween: "busy-5.png";
+                  tween: "busy-6.png";
+                  tween: "busy-7.png";
+                  tween: "busy-8.png";
                   normal: "busy-9.png";
                }
             }
@@ -5136,7 +5137,7 @@ collections {
          }
          part {
             name: "urgent";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -5156,7 +5157,7 @@ collections {
          }
          part {
             name: "urgent2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -5331,7 +5332,7 @@ collections {
          part {
             name: "title_base";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -5350,7 +5351,7 @@ collections {
          }
          part {
             name: "title_back";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -5417,7 +5418,7 @@ collections {
          }
          part {
             name: "title_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -5530,9 +5531,9 @@ collections {
             target: "e.text.title";
          }
          program {
-            name:    "urgent";
-            signal:  "e,state,urgent";
-            source:  "e";
+            name: "urgent";
+            signal: "e,state,urgent";
+            source: "e";
             action: STATE_SET "visible" 0.0;
             target: "urgent";
             target: "urgent2";
@@ -5540,59 +5541,59 @@ collections {
             after: "urgent2";
          }
          program {
-            name:    "urgent2";
+            name: "urgent2";
             action: STATE_SET "faded" 0.0;
             target: "urgent2";
             transition: LINEAR 0.5;
             after: "urgent3";
          }
          program {
-            name:    "urgent3";
+            name: "urgent3";
             action: STATE_SET "visible" 0.0;
             target: "urgent2";
             after: "urgent2";
          }
          program {
-            name:    "urgentw0";
-            signal:  "e,state,urgent";
-            source:  "e";
+            name: "urgentw0";
+            signal: "e,state,urgent";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw1";
          }
          program {
-            name:    "urgentw1";
+            name: "urgentw1";
             action: STATE_SET "uw1" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw2";
          }
          program {
-            name:    "urgentw2";
+            name: "urgentw2";
             action: STATE_SET "uw2" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw3";
          }
          program {
-            name:    "urgentw3";
+            name: "urgentw3";
             action: STATE_SET "uw3" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw4";
          }
          program {
-            name:    "urgentw4";
+            name: "urgentw4";
             action: STATE_SET "uw4" 0.0;
             target: "icon_area2";
             transition: DECELERATE 0.1;
             after: "urgentw0";
          }
          program {
-            name:    "not_urgent";
-            signal:  "e,state,not_urgent";
-            source:  "e";
+            name: "not_urgent";
+            signal: "e,state,not_urgent";
+            source: "e";
             action: ACTION_STOP;
             target: "urgentw0";
             target: "urgentw1";
@@ -5605,33 +5606,33 @@ collections {
             after: "not_urgent2";
          }
          program {
-            name:    "not_urgent2";
+            name: "not_urgent2";
             action: STATE_SET "default" 0.0;
             target: "urgent";
             target: "urgent2";
             target: "icon_area2";
          }
          program {
-            name:    "hung";
-            signal:  "e,state,hung";
-            source:  "e";
+            name: "hung";
+            signal: "e,state,hung";
+            source: "e";
             /* FIXME: */
             action: STATE_SET "shrunk" 0.0;
             target: "e.swallow.icon";
             transition: DECELERATE 0.5;
          }
          program {
-            name:    "unhung";
-            signal:  "e,state,unhung";
-            source:  "e";
+            name: "unhung";
+            signal: "e,state,unhung";
+            source: "e";
             /* FIXME: */
-            action:  ACTION_STOP;
+            action: ACTION_STOP;
             target: "busy_anim";
          }
          program {
-            name:    "unhung2";
-            signal:  "e,state,unhung";
-            source:  "e";
+            name: "unhung2";
+            signal: "e,state,unhung";
+            source: "e";
             /* FIXME: */
             action: STATE_SET "default" 0.0;
             target: "e.swallow.icon";
@@ -5640,24 +5641,24 @@ collections {
          }
          program {
             name: "busy_anim";
-            signal:  "e,state,hung";
-            source:  "e";
+            signal: "e,state,hung";
+            source: "e";
             action: STATE_SET "visible" 0.0;
             transition: LINEAR 0.3333;
             target: "busy";
-            after:  "busy_anim";
+            after: "busy_anim";
          }
          program {
-            name:    "max_full";
-            signal:  "e,action,maximize,fullscreen";
-            source:  "e";
+            name: "max_full";
+            signal: "e,action,maximize,fullscreen";
+            source: "e";
             action: STATE_SET "max" 0.0;
             target: "e.swallow.client";
          }
          program {
-            name:    "unmax_full";
-            signal:  "e,action,unmaximize,fullscreen";
-            source:  "e";
+            name: "unmax_full";
+            signal: "e,action,unmaximize,fullscreen";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "e.swallow.client";
          }
@@ -5669,9 +5670,9 @@ collections {
             target: "e.swallow.client";
          }
          program {
-            name:    "unshade_start";
-            signal:  "e,state,unshading";
-            source:  "e";
+            name: "unshade_start";
+            signal: "e,state,unshading";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "e.swallow.client";
          }
@@ -5679,21 +5680,21 @@ collections {
             name: "icon_down";
             signal: "mouse,down,*";
             source: "e.event.icon";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "icon_area";
          }
          program {
             name: "icon_up";
             signal: "mouse,up,*";
             source: "e.event.icon";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "icon_area";
          }
          program {
             name: "bt_close_down";
             signal: "mouse,down,*";
             source: "e.event.close";
-            action:  STATE_SET "active" 0.0;
+            action: STATE_SET "active" 0.0;
             target: "bt_close_unfoc";
             target: "bt_close_foc";
          }
@@ -5701,7 +5702,7 @@ collections {
             name: "bt_close_up";
             signal: "mouse,up,*";
             source: "e.event.close";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "bt_close_unfoc";
             target: "bt_close_foc";
          }
@@ -6009,9 +6010,9 @@ collections {
       parts {
          part {
             name: "e/pointer";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:  "default" 0.0;
+               state: "default" 0.0;
                image {
                   normal: "pointer_mono.png";
                }
@@ -6309,7 +6310,7 @@ collections {
             name: "sb_hbar_show";
             signal: "e,action,show,hbar";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: LINEAR 0.5;
             target: "left_arrow";
             target: "right_arrow";
@@ -6318,7 +6319,7 @@ collections {
             name: "sb_hbar_hide";
             signal: "e,action,hide,hbar";
             source: "e";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             target: "left_arrow";
             target: "right_arrow";
             transition: LINEAR 0.5;
@@ -6327,13 +6328,13 @@ collections {
             name: "sb_left";
             signal: "mouse,down,1";
             source: "left_arrow";
-            action:  SIGNAL_EMIT "e,action,prev" "e";
+            action: SIGNAL_EMIT "e,action,prev" "e";
          }
          program {
             name: "sb_right";
             signal: "mouse,down,1";
             source: "right_arrow";
-            action:  SIGNAL_EMIT "e,action,next" "e";
+            action: SIGNAL_EMIT "e,action,next" "e";
          }
       }
    }
@@ -6346,7 +6347,7 @@ collections {
          part {
             name: "label2";
             type: TEXT;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -6396,8 +6397,8 @@ collections {
             description {
                state: "default" 0.0;
                align: 0.5 0.5;
-               //          aspect: 1.0 1.0;
-               //          aspect_preference: VERTICAL;
+               // aspect: 1.0 1.0;
+               // aspect_preference: VERTICAL;
                rel1 {
                   relative: 0.0 0.0;
                   offset: 2 2;
@@ -6414,7 +6415,7 @@ collections {
             name: "e.text.label";
             type: TEXT;
             effect: SOFT_SHADOW;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -6422,11 +6423,11 @@ collections {
                fixed: 0 1;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   0 2;
+                  offset: 0 2;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -1 -1;
+                  offset: -1 -1;
                }
                visible: 0;
                color: 224 224 224 255;
@@ -6459,29 +6460,29 @@ collections {
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "e.text.label";
-            target:  "label2";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "e.text.label";
+            target: "label2";
             transition: LINEAR 0.2;
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "e.text.label";
-            target:  "label2";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "e.text.label";
+            target: "label2";
             transition: LINEAR 0.1;
          }
          program {
             name: "go";
-            signal:  "mouse,up,1";
-            source:  "event";
-            action:  SIGNAL_EMIT "e,action,click" "e";
+            signal: "mouse,up,1";
+            source: "event";
+            action: SIGNAL_EMIT "e,action,click" "e";
          }
       }
    }
@@ -6505,7 +6506,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                align: 0.5 0.0;
@@ -6538,7 +6539,7 @@ collections {
          }
          part {
             name: "title_back";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -6612,7 +6613,7 @@ collections {
          }
          part {
             name: "title_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -8033,7 +8034,7 @@ collections {
    //
    // SIGNALS:
    //    e,unavailable: connmand is not running (nothing else works)
-   //    e,available:  connmand is running
+   //    e,available: connmand is running
    //
    //    e,changed,offline_mode,{yes,no}
    //    e,changed,connected,{yes,no}
@@ -9602,7 +9603,7 @@ collections {
 //
 // SIGNALS:
 //    e,unavailable: ofonod is not running (nothing else works)
-//    e,available:  ofonod is running
+//    e,available: ofonod is running
 //    e,name,available: there is info about device name
 //    e,name,unavailable: there is no info about device name
 //    e,netinfo,available: there is info about network
@@ -10337,8 +10338,8 @@ collections {
                   offset: -5 -45;
                }
                text {
-                  style:    "dialog_style";
-                  min:      1 1;
+                  style: "dialog_style";
+                  min: 1 1;
                }
             }
          }
@@ -10465,7 +10466,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                image {
@@ -10494,7 +10495,7 @@ collections {
          }
          part {
             name: "title_back";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1 {
@@ -10543,7 +10544,7 @@ collections {
          }
          part {
             name: "title_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.to: "title_back";
@@ -11576,7 +11577,7 @@ collections {
    }
    group {
       name: "e/modules/battery/popup";
-      min:  240 64;
+      min: 240 64;
       parts {
          part {
             name: "battery";
@@ -11664,7 +11665,7 @@ collections {
          image: "temp_over.png" COMP;
       }
       min: 16 16;
-      max:  128 128;
+      max: 128 128;
       script {
          public message(Msg_Type:type, id, ...) {
             if ((type == MSG_FLOAT) && (id == 1)) {
@@ -11728,17 +11729,17 @@ collections {
             }
          }
          part {
-            name:           "e.text.reading";
-            type:           TEXT;
-            scale:          1;
-            effect:         OUTLINE_SOFT_SHADOW;
-            clip_to:        "fade_clip";
+            name: "e.text.reading";
+            type: TEXT;
+            scale: 1;
+            effect: OUTLINE_SOFT_SHADOW;
+            clip_to: "fade_clip";
             description {
                state: "default" 0.0;
                align: 1.0 0.0;
                rel1 {
                   relative: 1.0  0.0;
-                  to_x:     "temp";
+                  to_x: "temp";
                }
                rel2 {
                   relative: 1.0  0.0;
@@ -11764,9 +11765,9 @@ collections {
             }
          }
          part {
-            name:           "fade_clip";
-            type:           RECT;
-            mouse_events:   0;
+            name: "fade_clip";
+            type: RECT;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 255 255 255 255;
@@ -11777,10 +11778,10 @@ collections {
             }
          }
          part {
-            name:           "temp_clip";
-            type:           RECT;
-            clip_to:        "fade_clip";
-            mouse_events:   0;
+            name: "temp_clip";
+            type: RECT;
+            clip_to: "fade_clip";
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1 {
@@ -11793,23 +11794,23 @@ collections {
             }
          }
          part {
-            name:           "temp_top";
-            type:           RECT;
+            name: "temp_top";
+            type: RECT;
             dragable {
                x: 0 0 0;
                y: -1 1 0;
                confine: "temp_limit";
             }
-            mouse_events:   0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
             }
          }
          part {
-            name:           "temp_limit";
-            type:           RECT;
-            mouse_events:   0;
+            name: "temp_limit";
+            type: RECT;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -11824,8 +11825,8 @@ collections {
             }
          }
          part {
-            name:           "over";
-            type:           RECT;
+            name: "over";
+            type: RECT;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -11902,7 +11903,7 @@ collections {
 #endif
       }
       min: 16 16;
-      max:  128 128;
+      max: 128 128;
       script {
              public clock_cb(val) {
                 new year, month, day, yearday, weekday, hour, minute;
@@ -12191,7 +12192,7 @@ collections {
          image: "tacho_dial_15.png" COMP;
       }
       min: 16 16;
-      max:  128 128;
+      max: 128 128;
       script {
          public available_frequencies;
          public available_governors;
@@ -12234,16 +12235,16 @@ collections {
                }
                set_text(PART:"readout", text);
                if (use_buttons == 0) {
-                  //      set_state(PART:"increase_button", "inactive", 0.0);
-                  //      set_state(PART:"decrease_button", "inactive", 0.0);
-                  //      set_state(PART:"increase", "inactive", 0.0);
-                  //      set_state(PART:"decrease", "inactive", 0.0);
+                  // set_state(PART:"increase_button", "inactive", 0.0);
+                  // set_state(PART:"decrease_button", "inactive", 0.0);
+                  // set_state(PART:"increase", "inactive", 0.0);
+                  // set_state(PART:"decrease", "inactive", 0.0);
                } 
                else {
-                  //      set_state(PART:"increase_button", "default", 0.0);
-                  //      set_state(PART:"decrease_button", "default", 0.0);
-                  //      set_state(PART:"increase", "default", 0.0);
-                  //      set_state(PART:"decrease", "default", 0.0);
+                  // set_state(PART:"increase_button", "default", 0.0);
+                  // set_state(PART:"decrease_button", "default", 0.0);
+                  // set_state(PART:"increase", "default", 0.0);
+                  // set_state(PART:"decrease", "default", 0.0);
                }
             } 
             else if((type == MSG_STRING) && (id == 4)) {
@@ -12256,7 +12257,7 @@ collections {
          part {
             name: "fade_clip";
             type: RECT;
-            mouse_events:   0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 255 255 255 255;
@@ -12280,7 +12281,7 @@ collections {
             name: "readout";
             type: TEXT;
             scale: 1;
-            //       effect: OUTLINE_SOFT_SHADOW;
+            // effect: OUTLINE_SOFT_SHADOW;
             mouse_events: 0;
             clip_to: "fade_clip";
             description {
@@ -12516,7 +12517,7 @@ collections {
          part {
             name: "item_clip";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 255 255 255 255;
@@ -12528,8 +12529,8 @@ collections {
             clip_to: "item_clip";
             description {
                state: "default" 0.0;
-               rel1.offset:   2   2;
-               rel2.offset:   -3   -3;
+               rel1.offset: 2   2;
+               rel2.offset: -3   -3;
             }
             description {
                state: "bigger" 0.0;
@@ -12615,25 +12616,25 @@ collections {
       programs {
          program {
             name: "hover_in";
-            signal:  "mouse,in";
-            source:  "over";
-            action:  STATE_SET "bigger" 0.0;
+            signal: "mouse,in";
+            source: "over";
+            action: STATE_SET "bigger" 0.0;
             transition: LINEAR 0.1;
-            target:  "e.swallow.content";
+            target: "e.swallow.content";
          }
          program {
             name: "hover_out";
-            signal:  "mouse,out";
-            source:  "over";
-            action:  STATE_SET "default" 0.0;
+            signal: "mouse,out";
+            source: "over";
+            action: STATE_SET "default" 0.0;
             transition: LINEAR 0.2;
-            target:  "e.swallow.content";
+            target: "e.swallow.content";
          }
          program {
             name: "set_urgent";
             signal: "e,state,urgent";
             source: "e";
-            action:  STATE_SET "visible" 0.0;
+            action: STATE_SET "visible" 0.0;
             transition: LINEAR 0.2;
             target: "urgent";
          }
@@ -12641,51 +12642,51 @@ collections {
             name: "set_not_urgent";
             signal: "e,state,not_urgent";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: LINEAR 0.6;
             target: "urgent";
          }
          program {
-            name:    "urgentw0";
-            signal:  "e,state,urgent";
-            source:  "e";
+            name: "urgentw0";
+            signal: "e,state,urgent";
+            source: "e";
             action: STATE_SET "default" 0.0;
             target: "urgent_area";
             transition: DECELERATE 0.1;
             after: "urgentw1";
          }
          program {
-            name:    "urgentw1";
+            name: "urgentw1";
             action: STATE_SET "uw1" 0.0;
             target: "urgent_area";
             transition: DECELERATE 0.1;
             after: "urgentw2";
          }
          program {
-            name:    "urgentw2";
+            name: "urgentw2";
             action: STATE_SET "uw2" 0.0;
             target: "urgent_area";
             transition: DECELERATE 0.1;
             after: "urgentw3";
          }
          program {
-            name:    "urgentw3";
+            name: "urgentw3";
             action: STATE_SET "uw3" 0.0;
             target: "urgent_area";
             transition: DECELERATE 0.1;
             after: "urgentw4";
          }
          program {
-            name:    "urgentw4";
+            name: "urgentw4";
             action: STATE_SET "uw4" 0.0;
             target: "urgent_area";
             transition: DECELERATE 0.1;
             after: "urgentw0";
          }
          program {
-            name:    "not_urgent";
-            signal:  "e,state,not_urgent";
-            source:  "e";
+            name: "not_urgent";
+            signal: "e,state,not_urgent";
+            source: "e";
             action: ACTION_STOP;
             target: "urgentw0";
             target: "urgentw1";
@@ -12695,7 +12696,7 @@ collections {
             after: "not_urgent2";
          }
          program {
-            name:    "not_urgent2";
+            name: "not_urgent2";
             action: STATE_SET "default" 0.0;
             target: "urgent";
             target: "urgent_area";
@@ -12706,7 +12707,7 @@ collections {
       name: "e/modules/ibox/icon_overlay";
       alias: "e/modules/ibar/icon_overlay";
       data {
-         //    item: "item_list", "item item2 item3";
+         // item: "item_list", "item item2 item3";
       }
       script {
          public urgent;
@@ -12715,7 +12716,7 @@ collections {
          part {
             name: "base";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 255 255 255 0;
@@ -12724,7 +12725,7 @@ collections {
          part {
             name: "background";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -12817,11 +12818,11 @@ collections {
                state: "default" 0.0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   0    -1;
+                  offset: 0    -1;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -1    -1;
+                  offset: -1    -1;
                }
                color: 255 255 255 0;
                color3: 0 0 0 0;
@@ -12829,7 +12830,7 @@ collections {
                text {
                   font: "Sans:style=Bold";
                   size: 10;
-                  min:  1 1;
+                  min: 1 1;
                   align: 0.5 0.5;
                   text_class: "module_normal";
                }
@@ -12839,11 +12840,11 @@ collections {
                inherit: "default" 0.0;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -1    -1;
+                  offset: -1    -1;
                }
                color: 255 255 255 255;
                color3: 0 0 0 42;
@@ -12853,48 +12854,48 @@ collections {
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,focused";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "background";
-            after:   "go_active2";
+            signal: "e,state,focused";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "background";
+            after: "go_active2";
          }
          program {
             name: "go_activeB";
-            signal:  "e,action,show,label";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
+            signal: "e,action,show,label";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
             transition: SINUSOIDAL 0.5;
-            target:  "e.text.label";
+            target: "e.text.label";
          }
          program {
             name: "go_active2";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             transition: LINEAR 0.5;
-            target:  "background";
-            after:   "go_active";
+            target: "background";
+            after: "go_active";
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unfocused";
-            source:  "e";
-            action:  ACTION_STOP;
-            target:  "go_active";
-            target:  "go_active2";
-            after:   "go_passive2";
+            signal: "e,state,unfocused";
+            source: "e";
+            action: ACTION_STOP;
+            target: "go_active";
+            target: "go_active2";
+            after: "go_passive2";
          }
          program {
             name: "go_passiveB";
-            signal:  "e,action,hide,label";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
+            signal: "e,action,hide,label";
+            source: "e";
+            action: STATE_SET "default" 0.0;
             transition: SINUSOIDAL 1.0;
-            target:  "e.text.label";
+            target: "e.text.label";
          }
          program {
             name: "go_passive2";
-            action:  STATE_SET "default" 0.0;
-            target:  "background";
+            action: STATE_SET "default" 0.0;
+            target: "background";
             script {
                if (get_int(urgent) == 1) {
                   run_program(PROGRAM:"go_urgent");
@@ -12919,18 +12920,18 @@ collections {
          }
          program {
             name: "go_urgent";
-            action:  STATE_SET "visible" 0.0;
-            target:  "background";
-            target:  "urgent";
-            after:   "go_urgent2";
+            action: STATE_SET "visible" 0.0;
+            target: "background";
+            target: "urgent";
+            after: "go_urgent2";
          }
          program {
             name: "go_urgent2";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             transition: LINEAR 0.5;
-            target:  "background";
-            target:  "urgent";
-            after:   "go_urgent";
+            target: "background";
+            target: "urgent";
+            after: "go_urgent";
          }
          program {
             name: "unset_urgent";
@@ -12942,50 +12943,50 @@ collections {
          }
          program {
             name: "go_unurgent";
-            signal:  "e,state,not_urgent";
-            source:  "e";
-            action:  ACTION_STOP;
-            target:  "go_urgent";
-            target:  "go_urgent2";
-            after:   "go_unurgent2";
+            signal: "e,state,not_urgent";
+            source: "e";
+            action: ACTION_STOP;
+            target: "go_urgent";
+            target: "go_urgent2";
+            after: "go_unurgent2";
          }
          program {
             name: "go_unurgent2";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: SINUSOIDAL 0.3;
-            target:  "background";
-            target:  "urgent";
+            target: "background";
+            target: "urgent";
          }
          program {
             name: "exec_exec";
-            signal:  "e,action,exec";
-            source:  "e";
-            after:   "exec_start";
+            signal: "e,action,exec";
+            source: "e";
+            after: "exec_start";
          }
          program {
             name: "exec_start";
-            signal:  "e,action,start";
-            source:  "e";
-            action:  ACTION_STOP;
-            target:  "go_active";
-            target:  "go_active2";
-            target:  "go_passive";
-            target:  "go_passive2";
-            target:  "go_big";
-            target:  "go_big2";
-            after:   "go_big";
+            signal: "e,action,start";
+            source: "e";
+            action: ACTION_STOP;
+            target: "go_active";
+            target: "go_active2";
+            target: "go_passive";
+            target: "go_passive2";
+            target: "go_big";
+            target: "go_big2";
+            after: "go_big";
          }
          program {
             name: "go_big";
-            action:  STATE_SET "visible" 0.0;
-            target:  "background";
-            after:   "go_big2";
+            action: STATE_SET "visible" 0.0;
+            target: "background";
+            after: "go_big2";
          }
          program {
             name: "go_big2";
-            action:  STATE_SET "huge" 0.0;
+            action: STATE_SET "huge" 0.0;
             transition: LINEAR 0.5;
-            target:  "background";
+            target: "background";
          }
       }
    }
@@ -12996,7 +12997,7 @@ collections {
       parts {
          part {
             name: "bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                image {
@@ -13982,7 +13983,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                image {
@@ -14005,7 +14006,7 @@ collections {
          }
          part {
             name: "title_back";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.offset: 4 0;
@@ -14030,12 +14031,12 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   1     6;
+                  offset: 1     6;
                   to_y: "title_back";
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -2    6;
+                  offset: -2    6;
                   to_y: "title_back";
                }
             }
@@ -14071,10 +14072,10 @@ collections {
                state: "default" 0.0;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:  12   12;
-                  to_y:  "e.text.label";
+                  offset: 12   12;
+                  to_y: "e.text.label";
                }
-               rel2.offset:  -13  -12;
+               rel2.offset: -13  -12;
             }
          }
          part {
@@ -14099,12 +14100,12 @@ collections {
                fixed: 0 1;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:  16   16;
+                  offset: 16   16;
                   to_y: "e.swallow.icon";
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -17 16;
+                  offset: -17 16;
                   to_y: "e.swallow.icon";
                }
                color_class: "winlist_label";
@@ -14112,7 +14113,7 @@ collections {
                   text: "Title goes here";
                   font: "Sans:style=Bold";
                   size: 10;
-                  min:  0 1;
+                  min: 0 1;
                   align: 0.5 0.5;
                   text_class: "winlist_label";
                }
@@ -14148,7 +14149,7 @@ collections {
          }
          part {
             name: "title_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.to: "title_back";
@@ -14238,11 +14239,11 @@ collections {
                align: 0.0 0.5;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   4  3;
+                  offset: 4  3;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  offset:   4   -1;
+                  offset: 4   -1;
                   to_y: "e.text.label";
                }
             }
@@ -14256,11 +14257,11 @@ collections {
                align: 1.0 0.5;
                rel1 {
                   relative: 1.0 0.5;
-                  offset:   -23  -12;
+                  offset: -23  -12;
                }
                rel2 {
                   relative: 1.0 0.5;
-                  offset:   -1  11;
+                  offset: -1  11;
                   to_y: "e.text.label";
                }
                image.normal: "pager_window.png";
@@ -14282,10 +14283,10 @@ collections {
             }
          }
          part {
-            name:           "e.text.label";
-            type:           TEXT;
-            effect:         SHADOW;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -14304,7 +14305,7 @@ collections {
                text {
                   font: "Sans";
                   size: 10;
-                  min:  0 1;
+                  min: 0 1;
                   align: 0.0 0.5;
                   text_class: "winlist_title";
                }
@@ -14317,12 +14318,12 @@ collections {
          }
          part {
             name: "e.event.winlist.item";
-            type:          RECT;
-            mouse_events:  1;
+            type: RECT;
+            mouse_events: 1;
             description {
                state: "default" 0.0;
-               min:      12 12;
-               visible:  1;
+               min: 12 12;
+               visible: 1;
                color: 0 0 0 0;
                rel1.to: "bg";
                rel2.to: "bg";
@@ -14331,25 +14332,25 @@ collections {
       }
       programs {
          program {
-            name:    "type1";
-            signal:  "e,state,iconified";
-            source:  "e";
-            action:  STATE_SET "iconified" 0.0;
-            target:  "type";
+            name: "type1";
+            signal: "e,state,iconified";
+            source: "e";
+            action: STATE_SET "iconified" 0.0;
+            target: "type";
          }
          program {
-            name:    "type2";
-            signal:  "e,state,invisible";
-            source:  "e";
-            action:  STATE_SET "invisible" 0.0;
-            target:  "type";
+            name: "type2";
+            signal: "e,state,invisible";
+            source: "e";
+            action: STATE_SET "invisible" 0.0;
+            target: "type";
          }
          program {
-            name:    "type3";
-            signal:  "e,state,shaded";
-            source:  "e";
-            action:  STATE_SET "shaded" 0.0;
-            target:  "type";
+            name: "type3";
+            signal: "e,state,shaded";
+            source: "e";
+            action: STATE_SET "shaded" 0.0;
+            target: "type";
          }
          program {
             name: "sel";
@@ -14391,7 +14392,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                image {
@@ -14425,9 +14426,9 @@ collections {
                state: "default" 0.0;
                min: 32 64;
                align: 0.5 0.0;
-               rel1.offset:  12  12;
+               rel1.offset: 12  12;
                rel2 {
-                  offset:   -13  -13;
+                  offset: -13  -13;
                   relative: 1.0 0.0;
                   to_y: "bg";
                }
@@ -14445,7 +14446,7 @@ collections {
          }
          part {
             name: "eap_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1 {
@@ -14490,10 +14491,10 @@ collections {
                align: 0.5 1.0;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   12  12;
+                  offset: 12  12;
                   to_y: "bg";
                }
-               rel2.offset:   -13  -13;
+               rel2.offset: -13  -13;
             }
          }
          part {
@@ -14508,7 +14509,7 @@ collections {
          }
          part {
             name: "exe_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1 {
@@ -14553,13 +14554,13 @@ collections {
                align: 0.0 0.5;
                rel1 {
                   relative: 1.0 0.5;
-                  offset:   4   0;
-                  to_x:     "e.swallow.icons";
+                  offset: 4   0;
+                  to_x: "e.swallow.icons";
                }
                rel2 {
                   relative: 1.0 0.5;
-                  offset:   4  0;
-                  to_x:     "e.swallow.icons";
+                  offset: 4  0;
+                  to_x: "e.swallow.icons";
                }
                color: 255 255 255 255;
                color3: 0 0 0 64;
@@ -14573,9 +14574,9 @@ collections {
             }
          }
          part {
-            name:  "cursor";
-            type:  RECT;
-            mouse_events:  0;
+            name: "cursor";
+            type: RECT;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                min: 1 18;
@@ -14584,20 +14585,20 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 1.0  0.0;
-                  offset:   1    0;
+                  offset: 1    0;
                   to: "e.text.label";
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   1    -1;
+                  offset: 1    -1;
                   to: "e.text.label";
                }
                color: 255 255 255 220;
             }
             description {
-               state:    "faded" 0.0;
-               inherit:  "default" 0.0;
-               color:    255 255 255 0;
+               state: "faded" 0.0;
+               inherit: "default" 0.0;
+               color: 255 255 255 0;
             }
          }
          part {
@@ -14609,11 +14610,11 @@ collections {
                max: 32 32;
                align: 0.0 0.5;
                rel1 {
-                  offset:  6  4;
+                  offset: 6  4;
                   to: "bg";
                }
                rel2 {
-                  offset:   -7  -5;
+                  offset: -7  -5;
                   to: "bg";
                }
             }
@@ -14635,19 +14636,19 @@ collections {
       programs {
          program {
             name: "blink_off";
-            signal:  "show";
-            source:  "";
-            action:  STATE_SET "faded" 0.0;
+            signal: "show";
+            source: "";
+            action: STATE_SET "faded" 0.0;
             transition: SINUSOIDAL 0.5;
-            target:  "cursor";
-            after:   "blink_on";
+            target: "cursor";
+            after: "blink_on";
          }
          program {
             name: "blink_on";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: SINUSOIDAL 0.25;
-            target:  "cursor";
-            after:   "blink_off";
+            target: "cursor";
+            after: "blink_off";
          }
       }
    }
@@ -14717,11 +14718,11 @@ collections {
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   3   1;
+                  offset: 3   1;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  offset:   -3   -2;
+                  offset: -3   -2;
                }
             }
          }
@@ -14747,22 +14748,22 @@ collections {
             }
          }
          part {
-            name:          "e.event.exebuf.item";
-            type:          RECT;
-            mouse_events:  1;
+            name: "e.event.exebuf.item";
+            type: RECT;
+            mouse_events: 1;
             description {
-               state:    "default" 0.0;
-               min:      14 14;
-               visible:  1;
+               state: "default" 0.0;
+               min: 14 14;
+               visible: 1;
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0  0.0;
-                  offset:   1    -1;
+                  offset: 1    -1;
                   to_x: "e.swallow.icons";
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                }
             }
          }
@@ -14808,7 +14809,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                image {
@@ -14823,7 +14824,7 @@ collections {
             type: SWALLOW;
             description {
                state: "default" 0.0;
-               //               fixed: 1 1;
+               // fixed: 1 1;
                align: 0.5 0.0;
                rel1.offset: 12 12;
                rel2.relative: 1.0 0.0;
@@ -14849,7 +14850,7 @@ collections {
             type: SWALLOW;
             description {
                state: "default" 0.0;
-               //               fixed: 1 1;
+               // fixed: 1 1;
                align: 0.5 1.0;
                rel1.relative: 0.0 1.0;
                rel1.offset: 12 -13;
@@ -14884,7 +14885,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                image {
                   normal: "bt_dis_base.png";
                   border: 4 4 4 4;
@@ -14902,20 +14903,20 @@ collections {
                rel1 {
                   to: "button_image";
                   relative: 0.0  0.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -4   -4;
-                  to:     "button_image";
+                  offset: -4   -4;
+                  to: "button_image";
                }
                color_class: "button_text";
                text {
-                  text:     "Cancel";
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.5 0.5;
+                  text: "Cancel";
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.5 0.5;
                   text_class: "button";
                }
             }
@@ -14940,7 +14941,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                image {
                   normal: "bt_dis_hilight.png";
                   border: 4 4 4 0;
@@ -14961,7 +14962,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 0;
             }
          }
@@ -14982,7 +14983,7 @@ collections {
             }
             description {
                state: "clicked" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 1;
                color: 255 255 255 255;
             }
@@ -15043,7 +15044,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                image {
                   normal: "bt_dis_base.png";
                   border: 4 4 4 4;
@@ -15054,7 +15055,7 @@ collections {
             name: "e.text.label";
             type: TEXT;
             effect: SOFT_SHADOW;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -15062,20 +15063,20 @@ collections {
                align: 0.5 1.0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   3    -4;
-                  to:     "button_image";
+                  offset: 3    -4;
+                  to: "button_image";
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -4   -4;
-                  to:     "button_image";
+                  offset: -4   -4;
+                  to: "button_image";
                }
                color_class: "button_text";
                text {
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.5 1.0;
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.5 1.0;
                   text_class: "button";
                }
             }
@@ -15096,12 +15097,12 @@ collections {
                align: 0.5 0.5;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   3  3;
+                  offset: 3  3;
                   to: "button_image";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  offset:   -4   -1;
+                  offset: -4   -1;
                   to_x: "button_image";
                   to_y: "e.text.label";
                }
@@ -15120,7 +15121,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                image {
                   normal: "bt_dis_hilight.png";
                   border: 4 4 4 0;
@@ -15139,7 +15140,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 0;
             }
          }
@@ -15158,7 +15159,7 @@ collections {
             }
             description {
                state: "clicked" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 1;
                color: 255 255 255 255;
             }
@@ -15180,7 +15181,7 @@ collections {
       }
       programs {
          program {
-            name:   "button_click";
+            name: "button_click";
             signal: "mouse,down,1";
             source: "button_image";
             action: STATE_SET "clicked" 0.0;
@@ -15188,7 +15189,7 @@ collections {
             target: "over3";
          }
          program {
-            name:   "button_unclick";
+            name: "button_unclick";
             signal: "mouse,up,1";
             source: "button_image";
             action: STATE_SET "default" 0.0;
@@ -15196,7 +15197,7 @@ collections {
             target: "over3";
          }
          program {
-            name:   "button_unclick2";
+            name: "button_unclick2";
             signal: "mouse,clicked,1";
             source: "button_image";
             action: SIGNAL_EMIT "e,action,click" "";
@@ -15467,7 +15468,7 @@ collections {
          }
          part {
             name: "shadow";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel2.relative: 1.0 0.0;
@@ -15484,7 +15485,7 @@ collections {
          }
          part {
             name: "shadow2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.relative: 0.0 1.0;
@@ -15613,7 +15614,7 @@ collections {
          part {
             name: "e.text.info";
             type: TEXT;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -15709,14 +15710,14 @@ collections {
             name: "set_need_attention";
             signal: "e,action,set,need_attention";
             source: "e";
-            action:  STATE_SET "need_attention" 0.0;
+            action: STATE_SET "need_attention" 0.0;
             transition: SINUSOIDAL 1.0;
             target: "bg";
             after: "need_loop";
          }
          program {
             name: "need_loop";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: SINUSOIDAL 1.0;
             target: "bg";
             after: "set_need_attention";
@@ -15725,7 +15726,7 @@ collections {
             name: "set_normal";
             signal: "e,action,set,normal";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: SINUSOIDAL 1.0;
             target: "bg";
          }
@@ -15733,28 +15734,28 @@ collections {
             name: "set_icon_unknow";
             signal: "e,action,icon,unknow";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "icon";
          }
          program {
             name: "set_icon_copy";
             signal: "e,action,icon,copy";
             source: "e";
-            action:  STATE_SET "copy" 0.0;
+            action: STATE_SET "copy" 0.0;
             target: "icon";
          }
          program {
             name: "set_icon_move";
             signal: "e,action,icon,move";
             source: "e";
-            action:  STATE_SET "move" 0.0;
+            action: STATE_SET "move" 0.0;
             target: "icon";
          }
          program {
             name: "set_icon_delete";
             signal: "e,action,icon,delete";
             source: "e";
-            action:  STATE_SET "delete" 0.0;
+            action: STATE_SET "delete" 0.0;
             target: "icon";
          }
          program {
@@ -15814,7 +15815,7 @@ collections {
                rel1.offset: 1 1;
                rel2 {
                   relative: 0.0  0.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                   to_x: "sb_vbar";
                   to_y: "sb_hbar";
                }
@@ -15822,7 +15823,7 @@ collections {
          }
          part {
             name: "conf_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.offset: -1 -1;
@@ -15846,12 +15847,12 @@ collections {
                align: 1.0 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  offset:   -2 1;
+                  offset: -2 1;
                }
                rel2 {
                   relative: 1.0 0.0;
-                  offset:   -2 -1;
-                  to_y:     "sb_hbar";
+                  offset: -2 -1;
+                  to_y: "sb_hbar";
                }
             }
             description {
@@ -15860,12 +15861,12 @@ collections {
                max: 0 99999;
                rel1 {
                   relative: 1.0 0.0;
-                  offset:   -1 0;
+                  offset: -1 0;
                }
                rel2 {
                   relative: 1.0 0.0;
-                  offset:   -1 -1;
-                  to_y:     "sb_hbar";
+                  offset: -1 -1;
+                  to_y: "sb_hbar";
                }
             }
          }
@@ -15879,13 +15880,13 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   0    -2;
-                  to:       "sb_vbar_a1";
+                  offset: 0    -2;
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0  0.0;
-                  offset:   -1    1;
-                  to:       "sb_vbar_a2";
+                  offset: -1    1;
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -15896,9 +15897,9 @@ collections {
             description {
                state: "default" 0.0;
                max: 3 99999;
-               rel1.to:       "sb_vbar_base";
-               rel1.offset:   1 0;
-               rel2.to:       "sb_vbar_base";
+               rel1.to: "sb_vbar_base";
+               rel1.offset: 1 0;
+               rel2.to: "sb_vbar_base";
                image {
                   normal: "sb_runnerv.png";
                   border: 0 0 4 4;
@@ -15916,11 +15917,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "sb_vbar_a1";
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
             }
          }
@@ -15934,11 +15935,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "sb_vbar_a2";
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -15957,12 +15958,12 @@ collections {
                min: 17 17;
                rel1 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_vbar_base";
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_vbar_base";
                }
                image {
@@ -16020,12 +16021,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  0.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -16062,12 +16063,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  1.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  1.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -16101,12 +16102,12 @@ collections {
                align: 0.0 1.0;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   1 -2;
+                  offset: 1 -2;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  offset:   -1 -2;
-                  to_x:     "sb_vbar";
+                  offset: -1 -2;
+                  to_x: "sb_vbar";
                }
             }
             description {
@@ -16114,12 +16115,12 @@ collections {
                visible: 0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   0    -1;
+                  offset: 0    -1;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   -1   -1;
-                  to_x:     "sb_vbar";
+                  offset: -1   -1;
+                  to_x: "sb_vbar";
                }
             }
          }
@@ -16133,13 +16134,13 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0  0.0;
-                  offset:   -2   0;
-                  to:       "sb_hbar_a1";
+                  offset: -2   0;
+                  to: "sb_hbar_a1";
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   1   -1;
-                  to:       "sb_hbar_a2";
+                  offset: 1   -1;
+                  to: "sb_hbar_a2";
                }
             }
          }
@@ -16150,9 +16151,9 @@ collections {
             description {
                state: "default" 0.0;
                max: 99999 3;
-               rel1.to:       "sb_hbar_base";
-               rel1.offset:   0 1;
-               rel2.to:       "sb_hbar_base";
+               rel1.to: "sb_hbar_base";
+               rel1.offset: 0 1;
+               rel2.to: "sb_hbar_base";
                image {
                   normal: "sb_runnerh.png";
                   border: 4 4 0 0;
@@ -16170,11 +16171,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to:       "sb_hbar_a1";
+                  to: "sb_hbar_a1";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to:       "e.dragable.hbar";
+                  to: "e.dragable.hbar";
                }
             }
          }
@@ -16188,11 +16189,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to:       "e.dragable.hbar";
+                  to: "e.dragable.hbar";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to:       "sb_hbar_a2";
+                  to: "sb_hbar_a2";
                }
             }
          }
@@ -16211,12 +16212,12 @@ collections {
                min: 17 17;
                rel1 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_hbar_base";
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_hbar_base";
                }
                image {
@@ -16274,12 +16275,12 @@ collections {
                rel1 {
                   to: "sb_hbar";
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_hbar";
                   relative: 0.0  1.0;
-                  offset:   0   -1;
+                  offset: 0   -1;
                }
             }
          }
@@ -16317,12 +16318,12 @@ collections {
                rel1 {
                   to: "sb_hbar";
                   relative: 1.0  0.0;
-                  offset:   -1    0;
+                  offset: -1    0;
                }
                rel2 {
                   to: "sb_hbar";
                   relative: 1.0  1.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                }
             }
          }
@@ -16366,168 +16367,168 @@ collections {
             name: "sb_vbar_show";
             signal: "e,action,show,vbar";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_vbar_hide";
             signal: "e,action,hide,vbar";
             source: "e";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_hbar_show";
             signal: "e,action,show,hbar";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar";
          }
          program {
             name: "sb_hbar_hide";
             signal: "e,action,hide,hbar";
             source: "e";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             target: "sb_hbar";
          }
          program {
             name: "sb_vbar_a1_down";
             signal: "mouse,down,1";
             source: "sb_vbar_a1";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_vbar_a1_arrow";
          }
          program {
             name: "sb_vbar_a1_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a1";
-            action:  DRAG_VAL_STEP 0.0 -1.0;
+            action: DRAG_VAL_STEP 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_a1_up";
             signal: "mouse,up,1";
             source: "sb_vbar_a1";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar_a1_arrow";
          }
          program {
             name: "sb_vbar_a2_down";
             signal: "mouse,down,1";
             source: "sb_vbar_a2";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_vbar_a2_arrow";
          }
          program {
             name: "sb_vbar_a2_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a2";
-            action:  DRAG_VAL_STEP 0.0 1.0;
+            action: DRAG_VAL_STEP 0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_a2_up";
             signal: "mouse,up,1";
             source: "sb_vbar_a2";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar_a2_arrow";
          }
          program {
             name: "sb_vbar_p1_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p1";
-            action:  DRAG_VAL_PAGE 0.0 -1.0;
+            action: DRAG_VAL_PAGE 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_p2_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p2";
-            action:  DRAG_VAL_PAGE  0.0 1.0;
+            action: DRAG_VAL_PAGE  0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_down";
             signal: "mouse,down,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_up";
             signal: "mouse,up,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_hbar_a1_down";
             signal: "mouse,down,1";
             source: "sb_hbar_a1";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_hbar_a1_arrow";
          }
          program {
             name: "sb_hbar_a1_down2";
             signal: "mouse,down,1";
             source: "sb_hbar_a1";
-            action:  DRAG_VAL_STEP -1.0 0.0;
+            action: DRAG_VAL_STEP -1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_a1_up";
             signal: "mouse,up,1";
             source: "sb_hbar_a1";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar_a1_arrow";
          }
          program {
             name: "sb_hbar_a2_down";
             signal: "mouse,down,1";
             source: "sb_hbar_a2";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_hbar_a2_arrow";
          }
          program {
             name: "sb_hbar_a2_down2";
             signal: "mouse,down,1";
             source: "sb_hbar_a2";
-            action:  DRAG_VAL_STEP 1.0 0.0;
+            action: DRAG_VAL_STEP 1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_a2_up";
             signal: "mouse,up,1";
             source: "sb_hbar_a2";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar_a2_arrow";
          }
          program {
             name: "sb_hbar_p1_down";
             signal: "mouse,down,1";
             source: "sb_hbar_p1";
-            action:  DRAG_VAL_PAGE -1.0 0.0;
+            action: DRAG_VAL_PAGE -1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_p2_down";
             signal: "mouse,down,1";
             source: "sb_hbar_p2";
-            action:  DRAG_VAL_PAGE  1.0 0.0;
+            action: DRAG_VAL_PAGE  1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_down";
             signal: "mouse,down,1";
             source: "e.dragable.hbar";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_up";
             signal: "mouse,up,1";
             source: "e.dragable.hbar";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "e.dragable.hbar";
          }
       }
@@ -16564,7 +16565,7 @@ collections {
                rel1.offset: 0 0;
                rel2 {
                   relative: 0.0  0.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                   to_x: "sb_vbar";
                   to_y: "sb_hbar";
                }
@@ -16581,12 +16582,12 @@ collections {
                align: 1.0 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  offset:   -1 0;
+                  offset: -1 0;
                }
                rel2 {
                   relative: 1.0 0.0;
-                  offset:   -1 -1;
-                  to_y:     "sb_hbar";
+                  offset: -1 -1;
+                  to_y: "sb_hbar";
                }
             }
             description {
@@ -16595,12 +16596,12 @@ collections {
                max: 0 99999;
                rel1 {
                   relative: 1.0 0.0;
-                  offset:   -1 0;
+                  offset: -1 0;
                }
                rel2 {
                   relative: 1.0 0.0;
-                  offset:   -1 -1;
-                  to_y:     "sb_hbar";
+                  offset: -1 -1;
+                  to_y: "sb_hbar";
                }
             }
          }
@@ -16614,13 +16615,13 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   0    -1;
-                  to:       "sb_vbar_a1";
+                  offset: 0    -1;
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0  0.0;
-                  offset:   -1    0;
-                  to:       "sb_vbar_a2";
+                  offset: -1    0;
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -16631,9 +16632,9 @@ collections {
             description {
                state: "default" 0.0;
                max: 3 99999;
-               rel1.to:       "sb_vbar_base";
-               rel1.offset:   1 0;
-               rel2.to:       "sb_vbar_base";
+               rel1.to: "sb_vbar_base";
+               rel1.offset: 1 0;
+               rel2.to: "sb_vbar_base";
                image {
                   normal: "sb_runnerv.png";
                   border: 0 0 4 4;
@@ -16651,11 +16652,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "sb_vbar_a1";
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
             }
          }
@@ -16669,11 +16670,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "sb_vbar_a2";
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -16692,12 +16693,12 @@ collections {
                min: 17 17;
                rel1 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_vbar_base";
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_vbar_base";
                }
                image {
@@ -16755,12 +16756,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  0.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -16797,12 +16798,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  1.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  1.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -16836,12 +16837,12 @@ collections {
                align: 0.0 1.0;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   1 -2;
+                  offset: 1 -2;
                }
                rel2 {
                   relative: 0.0 1.0;
-                  offset:   -1 -2;
-                  to_x:     "sb_vbar";
+                  offset: -1 -2;
+                  to_x: "sb_vbar";
                }
             }
             description {
@@ -16849,12 +16850,12 @@ collections {
                visible: 0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   0    -1;
+                  offset: 0    -1;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   -1   -1;
-                  to_x:     "sb_vbar";
+                  offset: -1   -1;
+                  to_x: "sb_vbar";
                }
             }
          }
@@ -16868,13 +16869,13 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0  0.0;
-                  offset:   -1   0;
-                  to:       "sb_hbar_a1";
+                  offset: -1   0;
+                  to: "sb_hbar_a1";
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   0   -1;
-                  to:       "sb_hbar_a2";
+                  offset: 0   -1;
+                  to: "sb_hbar_a2";
                }
             }
          }
@@ -16885,9 +16886,9 @@ collections {
             description {
                state: "default" 0.0;
                max: 99999 3;
-               rel1.to:       "sb_hbar_base";
-               rel1.offset:   0 1;
-               rel2.to:       "sb_hbar_base";
+               rel1.to: "sb_hbar_base";
+               rel1.offset: 0 1;
+               rel2.to: "sb_hbar_base";
                image {
                   normal: "sb_runnerh.png";
                   border: 4 4 0 0;
@@ -16905,11 +16906,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to:       "sb_hbar_a1";
+                  to: "sb_hbar_a1";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to:       "e.dragable.hbar";
+                  to: "e.dragable.hbar";
                }
             }
          }
@@ -16923,11 +16924,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to:       "e.dragable.hbar";
+                  to: "e.dragable.hbar";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to:       "sb_hbar_a2";
+                  to: "sb_hbar_a2";
                }
             }
          }
@@ -16946,12 +16947,12 @@ collections {
                min: 17 17;
                rel1 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_hbar_base";
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_hbar_base";
                }
                image {
@@ -17009,12 +17010,12 @@ collections {
                rel1 {
                   to: "sb_hbar";
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_hbar";
                   relative: 0.0  1.0;
-                  offset:   0   -1;
+                  offset: 0   -1;
                }
             }
          }
@@ -17052,12 +17053,12 @@ collections {
                rel1 {
                   to: "sb_hbar";
                   relative: 1.0  0.0;
-                  offset:   -1    0;
+                  offset: -1    0;
                }
                rel2 {
                   to: "sb_hbar";
                   relative: 1.0  1.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                }
             }
          }
@@ -17086,168 +17087,168 @@ collections {
             name: "sb_vbar_show";
             signal: "e,action,show,vbar";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_vbar_hide";
             signal: "e,action,hide,vbar";
             source: "e";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_hbar_show";
             signal: "e,action,show,hbar";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar";
          }
          program {
             name: "sb_hbar_hide";
             signal: "e,action,hide,hbar";
             source: "e";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             target: "sb_hbar";
          }
          program {
             name: "sb_vbar_a1_down";
             signal: "mouse,down,1";
             source: "sb_vbar_a1";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_vbar_a1_arrow";
          }
          program {
             name: "sb_vbar_a1_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a1";
-            action:  DRAG_VAL_STEP 0.0 -1.0;
+            action: DRAG_VAL_STEP 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_a1_up";
             signal: "mouse,up,1";
             source: "sb_vbar_a1";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar_a1_arrow";
          }
          program {
             name: "sb_vbar_a2_down";
             signal: "mouse,down,1";
             source: "sb_vbar_a2";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_vbar_a2_arrow";
          }
          program {
             name: "sb_vbar_a2_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a2";
-            action:  DRAG_VAL_STEP 0.0 1.0;
+            action: DRAG_VAL_STEP 0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_a2_up";
             signal: "mouse,up,1";
             source: "sb_vbar_a2";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar_a2_arrow";
          }
          program {
             name: "sb_vbar_p1_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p1";
-            action:  DRAG_VAL_PAGE 0.0 -1.0;
+            action: DRAG_VAL_PAGE 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_p2_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p2";
-            action:  DRAG_VAL_PAGE  0.0 1.0;
+            action: DRAG_VAL_PAGE  0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_down";
             signal: "mouse,down,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_up";
             signal: "mouse,up,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_hbar_a1_down";
             signal: "mouse,down,1";
             source: "sb_hbar_a1";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_hbar_a1_arrow";
          }
          program {
             name: "sb_hbar_a1_down2";
             signal: "mouse,down,1";
             source: "sb_hbar_a1";
-            action:  DRAG_VAL_STEP -1.0 0.0;
+            action: DRAG_VAL_STEP -1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_a1_up";
             signal: "mouse,up,1";
             source: "sb_hbar_a1";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar_a1_arrow";
          }
          program {
             name: "sb_hbar_a2_down";
             signal: "mouse,down,1";
             source: "sb_hbar_a2";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_hbar_a2_arrow";
          }
          program {
             name: "sb_hbar_a2_down2";
             signal: "mouse,down,1";
             source: "sb_hbar_a2";
-            action:  DRAG_VAL_STEP 1.0 0.0;
+            action: DRAG_VAL_STEP 1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_a2_up";
             signal: "mouse,up,1";
             source: "sb_hbar_a2";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar_a2_arrow";
          }
          program {
             name: "sb_hbar_p1_down";
             signal: "mouse,down,1";
             source: "sb_hbar_p1";
-            action:  DRAG_VAL_PAGE -1.0 0.0;
+            action: DRAG_VAL_PAGE -1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_p2_down";
             signal: "mouse,down,1";
             source: "sb_hbar_p2";
-            action:  DRAG_VAL_PAGE  1.0 0.0;
+            action: DRAG_VAL_PAGE  1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_down";
             signal: "mouse,down,1";
             source: "e.dragable.hbar";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_up";
             signal: "mouse,up,1";
             source: "e.dragable.hbar";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "e.dragable.hbar";
          }
       }
@@ -17281,7 +17282,7 @@ collections {
          }
          part {
             name: "overlay";
-            mouse_events:  0;
+            mouse_events: 0;
             clip_to: "clipper";
             description {
                state: "default" 0.0;
@@ -17300,7 +17301,7 @@ collections {
          }
          part {
             name: "border";
-            mouse_events:  0;
+            mouse_events: 0;
             clip_to: "clipper";
             description {
                state: "default" 0.0;
@@ -17320,14 +17321,14 @@ collections {
             name: "visible";
             signal: "e,state,selected";
             source: "e";
-            action:  STATE_SET "visible" 0.0;
+            action: STATE_SET "visible" 0.0;
             target: "clipper";
          }
          program {
             name: "hidden";
             signal: "e,state,unselected";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "clipper";
          }
       }
@@ -17341,7 +17342,7 @@ collections {
       parts {
          part {
             name: "overlay";
-            mouse_events:  1;
+            mouse_events: 1;
             description {
                state: "default" 0.0;
                rel1 {
@@ -17359,8 +17360,8 @@ collections {
          }
          part {
             name: "border";
-            mouse_events:  1;
-            repeat_events:  1;
+            mouse_events: 1;
+            repeat_events: 1;
             description {
                state: "default" 0.0;
                rel1.offset: -5 -5;
@@ -17461,22 +17462,22 @@ collections {
                aspect_preference: BOTH;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   8 8;
+                  offset: 8 8;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -9 -9;
+                  offset: -9 -9;
                }
                image {
                   normal: "busy-9.png";
-                  tween:  "busy-1.png";
-                  tween:  "busy-2.png";
-                  tween:  "busy-3.png";
-                  tween:  "busy-4.png";
-                  tween:  "busy-5.png";
-                  tween:  "busy-6.png";
-                  tween:  "busy-7.png";
-                  tween:  "busy-8.png";
+                  tween: "busy-1.png";
+                  tween: "busy-2.png";
+                  tween: "busy-3.png";
+                  tween: "busy-4.png";
+                  tween: "busy-5.png";
+                  tween: "busy-6.png";
+                  tween: "busy-7.png";
+                  tween: "busy-8.png";
                }
             }
          }
@@ -17514,7 +17515,7 @@ collections {
          part {
             name: "typebuf_clip";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -17538,11 +17539,11 @@ collections {
                align: 0.5 0.5;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   4 4;
+                  offset: 4 4;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -5 -5;
+                  offset: -5 -5;
                }
                color: 255 255 255 255;
                color3: 0 0 0 32;
@@ -17564,7 +17565,7 @@ collections {
             source: "e";
             action: STATE_SET "active" 0.0;
             transition: SINUSOIDAL 1.0;
-            target:  "busy_clip";
+            target: "busy_clip";
          }
          program {
             name: "go2";
@@ -17573,7 +17574,7 @@ collections {
             action: STATE_SET "default" 0.0;
             transition: LINEAR 0.5;
             target: "busy";
-            after:  "go2";
+            after: "go2";
          }
          program {
             name: "stop1";
@@ -17595,7 +17596,7 @@ collections {
             source: "e";
             action: STATE_SET "active" 0.0;
             transition: SINUSOIDAL 0.25;
-            target:  "typebuf_clip";
+            target: "typebuf_clip";
          }
          program {
             name: "stopb1";
@@ -17625,7 +17626,7 @@ collections {
          part {
             name: "label2";
             type: TEXT;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -17714,7 +17715,7 @@ collections {
          part {
             name: "icon_box";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -17739,7 +17740,7 @@ collections {
          }
          part {
             name: "icon_box_bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -17758,7 +17759,7 @@ collections {
                   smooth: 0;
                   size {
                      relative: 0 0;
-                     offset:   32 32;
+                     offset: 32 32;
                   }
                }
             }
@@ -17799,7 +17800,7 @@ collections {
                align: 0.5 0.5;
                aspect: 1.0 1.0;
                aspect_preference: BOTH;
-               visible:  0;
+               visible: 0;
                rel1.to: "icon0";
                rel2.to: "icon0";
                color: 0 0 0 0;
@@ -17815,26 +17816,26 @@ collections {
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -4   -4;
+                  offset: -4   -4;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
             }
             description {
                state: "max2" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -2   -2;
+                  offset: -2   -2;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   1    1;
+                  offset: 1    1;
                }
             }
          }
@@ -17846,7 +17847,7 @@ collections {
                aspect: 1.0 1.0;
                aspect_preference: BOTH;
                align: 0.5 0.5;
-               //          fixed:    1 1;
+               // fixed: 1 1;
                rel1.to: "icon";
                rel2.to: "icon";
             }
@@ -17855,7 +17856,7 @@ collections {
             name: "e.text.label";
             type: TEXT;
             effect: SOFT_SHADOW;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -17863,11 +17864,11 @@ collections {
                fixed: 0 1;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   2 -2;
+                  offset: 2 -2;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -3 -2;
+                  offset: -3 -2;
                }
                visible: 0;
                color: 224 224 224 255;
@@ -17945,7 +17946,7 @@ collections {
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -17965,22 +17966,22 @@ collections {
             description {
                state: "unmounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_unmounted.png";
+               image.normal: "icon_efm_vol_unmounted.png";
             }
             description {
                state: "mounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_mounted.png";
+               image.normal: "icon_efm_vol_mounted.png";
             }
          }
          part {
             name: "dnd_action";
             type: IMAGE;
-            mouse_events:  0;
+            mouse_events: 0;
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -17994,17 +17995,17 @@ collections {
             description {
                state: "copy" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_copy.png";
+               image.normal: "icon_efm_dnd_copy.png";
             }
             description {
                state: "ask" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_ask.png";
+               image.normal: "icon_efm_dnd_ask.png";
             }
             description {
                state: "move" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_move.png";
+               image.normal: "icon_efm_dnd_move.png";
             }
          }
          part {
@@ -18020,26 +18021,26 @@ collections {
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
-            target:  "label2";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
+            target: "label2";
             transition: LINEAR 0.2;
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
-            target:  "label2";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
+            target: "label2";
             transition: LINEAR 0.1;
          }
          program {
@@ -18086,55 +18087,55 @@ collections {
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen-";
-            signal:  "e,action,thumb,gen,alpha";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen,alpha";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon";
+            action: STATE_SET "max" 0.0;
+            target: "icon";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon";
+            action: STATE_SET "max2" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.3;
          }
       }
@@ -18157,7 +18158,7 @@ collections {
          part {
             name: "label2";
             type: TEXT;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -18246,7 +18247,7 @@ collections {
          part {
             name: "icon_box";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -18271,7 +18272,7 @@ collections {
          }
          part {
             name: "icon_box_bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -18290,7 +18291,7 @@ collections {
                   smooth: 0;
                   size {
                      relative: 0 0;
-                     offset:   32 32;
+                     offset: 32 32;
                   }
                }
             }
@@ -18331,7 +18332,7 @@ collections {
                align: 0.5 0.5;
                aspect: 1.0 1.0;
                aspect_preference: BOTH;
-               visible:  0;
+               visible: 0;
                rel1.to: "icon0";
                rel2.to: "icon0";
                color: 0 0 0 0;
@@ -18347,26 +18348,26 @@ collections {
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -4   -4;
+                  offset: -4   -4;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
             }
             description {
                state: "max2" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -2   -2;
+                  offset: -2   -2;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   1    1;
+                  offset: 1    1;
                }
             }
          }
@@ -18378,7 +18379,7 @@ collections {
                aspect: 1.0 1.0;
                aspect_preference: BOTH;
                align: 0.5 0.5;
-               //          fixed:    1 1;
+               // fixed: 1 1;
                rel1.to: "icon";
                rel2.to: "icon";
             }
@@ -18387,7 +18388,7 @@ collections {
             name: "e.text.label";
             type: TEXT;
             effect: SOFT_SHADOW;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -18395,11 +18396,11 @@ collections {
                fixed: 0 1;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   2 -2;
+                  offset: 2 -2;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -3 -2;
+                  offset: -3 -2;
                }
                visible: 0;
                color: 224 224 224 255;
@@ -18477,7 +18478,7 @@ collections {
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -18497,22 +18498,22 @@ collections {
             description {
                state: "unmounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_unmounted.png";
+               image.normal: "icon_efm_vol_unmounted.png";
             }
             description {
                state: "mounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_mounted.png";
+               image.normal: "icon_efm_vol_mounted.png";
             }
          }
          part {
             name: "dnd_action";
             type: IMAGE;
-            mouse_events:  0;
+            mouse_events: 0;
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -18526,17 +18527,17 @@ collections {
             description {
                state: "copy" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_copy.png";
+               image.normal: "icon_efm_dnd_copy.png";
             }
             description {
                state: "ask" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_ask.png";
+               image.normal: "icon_efm_dnd_ask.png";
             }
             description {
                state: "move" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_move.png";
+               image.normal: "icon_efm_dnd_move.png";
             }
          }
          part {
@@ -18552,26 +18553,26 @@ collections {
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
-            target:  "label2";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
+            target: "label2";
             transition: LINEAR 0.2;
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
-            target:  "label2";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
+            target: "label2";
             transition: LINEAR 0.1;
          }
          program {
@@ -18618,55 +18619,55 @@ collections {
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen-";
-            signal:  "e,action,thumb,gen,alpha";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen,alpha";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon";
+            action: STATE_SET "max" 0.0;
+            target: "icon";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon";
+            action: STATE_SET "max2" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.3;
          }
       }
@@ -18751,7 +18752,7 @@ collections {
          part {
             name: "icon_box";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -18776,7 +18777,7 @@ collections {
          }
          part {
             name: "icon_box_bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -18795,7 +18796,7 @@ collections {
                   smooth: 0;
                   size {
                      relative: 0 0;
-                     offset:   32 32;
+                     offset: 32 32;
                   }
                }
             }
@@ -18836,7 +18837,7 @@ collections {
                align: 0.5 0.5;
                aspect: 1.0 1.0;
                aspect_preference: BOTH;
-               visible:  0;
+               visible: 0;
                rel1.to: "icon0";
                rel2.to: "icon0";
                color: 0 0 0 0;
@@ -18852,26 +18853,26 @@ collections {
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -4   -4;
+                  offset: -4   -4;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
             }
             description {
                state: "max2" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -2   -2;
+                  offset: -2   -2;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   1    1;
+                  offset: 1    1;
                }
             }
          }
@@ -18883,7 +18884,7 @@ collections {
                aspect: 1.0 1.0;
                aspect_preference: BOTH;
                align: 0.5 0.5;
-               //          fixed:    1 1;
+               // fixed: 1 1;
                rel1.to: "icon";
                rel2.to: "icon";
             }
@@ -18892,7 +18893,7 @@ collections {
             name: "e.text.label";
             type: TEXT;
             effect: SOFT_SHADOW;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -18900,11 +18901,11 @@ collections {
                fixed: 0 1;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   2 -2;
+                  offset: 2 -2;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -3 -2;
+                  offset: -3 -2;
                }
                color: 224 224 224 255;
                color3: 0 0 0 32;
@@ -18982,7 +18983,7 @@ collections {
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -19002,22 +19003,22 @@ collections {
             description {
                state: "unmounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_unmounted.png";
+               image.normal: "icon_efm_vol_unmounted.png";
             }
             description {
                state: "mounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_mounted.png";
+               image.normal: "icon_efm_vol_mounted.png";
             }
          }
          part {
             name: "dnd_action";
             type: IMAGE;
-            mouse_events:  0;
+            mouse_events: 0;
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -19031,41 +19032,41 @@ collections {
             description {
                state: "copy" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_copy.png";
+               image.normal: "icon_efm_dnd_copy.png";
             }
             description {
                state: "ask" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_ask.png";
+               image.normal: "icon_efm_dnd_ask.png";
             }
             description {
                state: "move" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_move.png";
+               image.normal: "icon_efm_dnd_move.png";
             }
          }
       }
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.2;
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
          program {
@@ -19112,55 +19113,55 @@ collections {
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen-";
-            signal:  "e,action,thumb,gen,alpha";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen,alpha";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon";
+            action: STATE_SET "max" 0.0;
+            target: "icon";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon";
+            action: STATE_SET "max2" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.3;
          }
       }
@@ -19245,7 +19246,7 @@ collections {
          part {
             name: "icon_box";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -19270,7 +19271,7 @@ collections {
          }
          part {
             name: "icon_box_bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -19289,7 +19290,7 @@ collections {
                   smooth: 0;
                   size {
                      relative: 0 0;
-                     offset:   32 32;
+                     offset: 32 32;
                   }
                }
             }
@@ -19330,7 +19331,7 @@ collections {
                align: 0.5 0.5;
                aspect: 1.0 1.0;
                aspect_preference: BOTH;
-               visible:  0;
+               visible: 0;
                rel1.to: "icon0";
                rel2.to: "icon0";
                color: 0 0 0 0;
@@ -19346,26 +19347,26 @@ collections {
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -4   -4;
+                  offset: -4   -4;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
             }
             description {
                state: "max2" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -2   -2;
+                  offset: -2   -2;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   1    1;
+                  offset: 1    1;
                }
             }
          }
@@ -19377,7 +19378,7 @@ collections {
                aspect: 1.0 1.0;
                aspect_preference: BOTH;
                align: 0.5 0.5;
-               //          fixed:    1 1;
+               // fixed: 1 1;
                rel1.to: "icon";
                rel2.to: "icon";
             }
@@ -19386,7 +19387,7 @@ collections {
             name: "e.text.label";
             type: TEXT;
             effect: SOFT_SHADOW;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -19394,11 +19395,11 @@ collections {
                fixed: 0 1;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   2 -2;
+                  offset: 2 -2;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -3 -2;
+                  offset: -3 -2;
                }
                color: 224 224 224 255;
                color3: 0 0 0 32;
@@ -19476,7 +19477,7 @@ collections {
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -19496,22 +19497,22 @@ collections {
             description {
                state: "unmounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_unmounted.png";
+               image.normal: "icon_efm_vol_unmounted.png";
             }
             description {
                state: "mounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_mounted.png";
+               image.normal: "icon_efm_vol_mounted.png";
             }
          }
          part {
             name: "dnd_action";
             type: IMAGE;
-            mouse_events:  0;
+            mouse_events: 0;
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -19525,41 +19526,41 @@ collections {
             description {
                state: "copy" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_copy.png";
+               image.normal: "icon_efm_dnd_copy.png";
             }
             description {
                state: "ask" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_ask.png";
+               image.normal: "icon_efm_dnd_ask.png";
             }
             description {
                state: "move" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_dnd_move.png";
+               image.normal: "icon_efm_dnd_move.png";
             }
          }
       }
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.2;
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
          program {
@@ -19606,55 +19607,55 @@ collections {
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen-";
-            signal:  "e,action,thumb,gen,alpha";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen,alpha";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon";
+            action: STATE_SET "max" 0.0;
+            target: "icon";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon";
+            action: STATE_SET "max2" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.3;
          }
       }
@@ -19684,8 +19685,8 @@ collections {
             mouse_events: 0;
             description {
                state: "default" 0.0;
-               //          aspect: 6.4 6.4;
-               //          aspect_preference: HORIZONTAL;
+               // aspect: 6.4 6.4;
+               // aspect_preference: HORIZONTAL;
                align: 0.0 0.0;
                min: 0 10;
                rel1 {
@@ -19754,10 +19755,10 @@ collections {
          }
          part {
             name: "icon_box_shadow";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
-               visible:    0;
+               visible: 0;
                rel1 {
                   to: "icon_box";
                   relative: 0.0 0.0;
@@ -19774,18 +19775,18 @@ collections {
                }
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon_box";
-            type:          RECT;
-            mouse_events:  0;
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:      "default" 0.0;
-               visible:    0;
+               state: "default" 0.0;
+               visible: 0;
                align: 0.5 0.5;
                rel1 {
                   to: "e.swallow.icon";
@@ -19800,17 +19801,17 @@ collections {
                color: 0 0 0 64;
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon_box_bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:      "default" 0.0;
-               visible:    0;
+               state: "default" 0.0;
+               visible: 0;
                rel1 {
                   to: "icon_box";
                   relative: 0.0 0.0;
@@ -19828,33 +19829,33 @@ collections {
                   smooth: 0;
                   size {
                      relative: 0 0;
-                     offset:   32 32;
+                     offset: 32 32;
                   }
                }
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon0";
-            type:          RECT;
-            mouse_events:  0;
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               align:    0.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
-               visible:  0;
+               visible: 0;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   4    4;
+                  offset: 4    4;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
                color: 0 0 0 0;
             }
@@ -19862,13 +19863,13 @@ collections {
          part {
             name: "icon";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               align:    0.5 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.5 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: BOTH;
-               visible:  0;
+               visible: 0;
                rel1 {
                   to: "icon0";
                }
@@ -19878,36 +19879,36 @@ collections {
                color: 0 0 0 0;
             }
             description {
-               state:    "min" 0.0;
-               inherit:  "default" 0.0;
-               max:      0 0;
+               state: "min" 0.0;
+               inherit: "default" 0.0;
+               max: 0 0;
             }
             description {
-               state:    "max" 0.0;
-               inherit:  "default" 0.0;
+               state: "max" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -4   -4;
+                  offset: -4   -4;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
             }
             description {
-               state:    "max2" 0.0;
-               inherit:  "default" 0.0;
+               state: "max2" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -2   -2;
+                  offset: -2   -2;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   1    1;
+                  offset: 1    1;
                }
             }
          }
@@ -19916,33 +19917,33 @@ collections {
             type: SWALLOW;
             description {
                state: "default" 0.0;
-               align:    0.5 0.5;
-               //          fixed:    1 1;
+               align: 0.5 0.5;
+               // fixed: 1 1;
                rel1 {
-                  to:      "icon";
+                  to: "icon";
                }
                rel2 {
-                  to:      "icon";
+                  to: "icon";
                }
             }
          }
          part {
-            name:           "e.text.label";
-            type:           TEXT;
-            effect:         SOFT_SHADOW;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SOFT_SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "icon0";
+                  to_x: "icon0";
                   relative: 1.0  0.0;
-                  offset:   4 4;
+                  offset: 4 4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5 -5;
+                  offset: -5 -5;
                }
                color_class: "ilist_item";
                text {
@@ -20009,7 +20010,7 @@ collections {
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -20028,26 +20029,26 @@ collections {
             description {
                state: "unmounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_unmounted.png";
+               image.normal: "icon_efm_vol_unmounted.png";
             }
             description {
                state: "mounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_mounted.png";
+               image.normal: "icon_efm_vol_mounted.png";
             }
          }
          part {
             name: "dnd_action";
-            type:          IMAGE;
-            mouse_events:  0;
+            type: IMAGE;
+            mouse_events: 0;
             repeat_events: 0;
             description {
-               state:      "default" 0.0;
-               color:      0 0 0 0;
+               state: "default" 0.0;
+               color: 0 0 0 0;
             }
             description {
-               state:      "visible" 0.0;
-               aspect:     1.0 1.0;
+               state: "visible" 0.0;
+               aspect: 1.0 1.0;
                aspect_preference: BOTH;
                align: 1.0 1.0;
                rel1 {
@@ -20058,30 +20059,30 @@ collections {
                }
             }
             description {
-               state:      "copy" 0.0;
-               inherit:    "visible" 0.0;
+               state: "copy" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_copy.png";
+                  normal: "icon_efm_dnd_copy.png";
                }
             }
             description {
-               state:      "ask" 0.0;
-               inherit:    "visible" 0.0;
+               state: "ask" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_ask.png";
+                  normal: "icon_efm_dnd_ask.png";
                }
             }
             description {
-               state:      "move" 0.0;
-               inherit:    "visible" 0.0;
+               state: "move" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_move.png";
+                  normal: "icon_efm_dnd_move.png";
                }
             }
          }
          part {
-            name:           "event";
-            type:           RECT;
+            name: "event";
+            type: RECT;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -20100,23 +20101,23 @@ collections {
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
          program {
@@ -20163,55 +20164,55 @@ collections {
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen-";
-            signal:  "e,action,thumb,gen,alpha";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen,alpha";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon";
+            action: STATE_SET "max" 0.0;
+            target: "icon";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon";
+            action: STATE_SET "max2" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.3;
          }
       }
@@ -20240,8 +20241,8 @@ collections {
             mouse_events: 0;
             description {
                state: "default" 0.0;
-               //          aspect: 6.4 6.4;
-               //          aspect_preference: HORIZONTAL;
+               // aspect: 6.4 6.4;
+               // aspect_preference: HORIZONTAL;
                align: 0.0 0.0;
                min: 0 10;
                rel1 {
@@ -20310,10 +20311,10 @@ collections {
          }
          part {
             name: "icon_box_shadow";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
-               visible:    0;
+               visible: 0;
                rel1 {
                   to: "icon_box";
                   relative: 0.0 0.0;
@@ -20330,18 +20331,18 @@ collections {
                }
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon_box";
-            type:          RECT;
-            mouse_events:  0;
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:      "default" 0.0;
-               visible:    0;
+               state: "default" 0.0;
+               visible: 0;
                align: 0.5 0.5;
                rel1 {
                   to: "e.swallow.icon";
@@ -20356,17 +20357,17 @@ collections {
                color: 0 0 0 64;
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon_box_bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:      "default" 0.0;
-               visible:    0;
+               state: "default" 0.0;
+               visible: 0;
                rel1 {
                   to: "icon_box";
                   relative: 0.0 0.0;
@@ -20384,33 +20385,33 @@ collections {
                   smooth: 0;
                   size {
                      relative: 0 0;
-                     offset:   32 32;
+                     offset: 32 32;
                   }
                }
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon0";
-            type:          RECT;
-            mouse_events:  0;
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               align:    0.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
-               visible:  0;
+               visible: 0;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   4    4;
+                  offset: 4    4;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
                color: 0 0 0 0;
             }
@@ -20418,13 +20419,13 @@ collections {
          part {
             name: "icon";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               align:    0.5 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.5 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: BOTH;
-               visible:  0;
+               visible: 0;
                rel1 {
                   to: "icon0";
                }
@@ -20434,36 +20435,36 @@ collections {
                color: 0 0 0 0;
             }
             description {
-               state:    "min" 0.0;
-               inherit:  "default" 0.0;
-               max:      0 0;
+               state: "min" 0.0;
+               inherit: "default" 0.0;
+               max: 0 0;
             }
             description {
-               state:    "max" 0.0;
-               inherit:  "default" 0.0;
+               state: "max" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -4   -4;
+                  offset: -4   -4;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
             }
             description {
-               state:    "max2" 0.0;
-               inherit:  "default" 0.0;
+               state: "max2" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -2   -2;
+                  offset: -2   -2;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   1    1;
+                  offset: 1    1;
                }
             }
          }
@@ -20472,33 +20473,33 @@ collections {
             type: SWALLOW;
             description {
                state: "default" 0.0;
-               align:    0.5 0.5;
-               //          fixed:    1 1;
+               align: 0.5 0.5;
+               // fixed: 1 1;
                rel1 {
-                  to:      "icon";
+                  to: "icon";
                }
                rel2 {
-                  to:      "icon";
+                  to: "icon";
                }
             }
          }
          part {
-            name:           "e.text.label";
-            type:           TEXT;
-            effect:         SOFT_SHADOW;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SOFT_SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "icon0";
+                  to_x: "icon0";
                   relative: 1.0  0.0;
-                  offset:   4 4;
+                  offset: 4 4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5 -5;
+                  offset: -5 -5;
                }
                color_class: "ilist_item_odd";
                text {
@@ -20565,7 +20566,7 @@ collections {
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -20584,26 +20585,26 @@ collections {
             description {
                state: "unmounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_unmounted.png";
+               image.normal: "icon_efm_vol_unmounted.png";
             }
             description {
                state: "mounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_mounted.png";
+               image.normal: "icon_efm_vol_mounted.png";
             }
          }
          part {
             name: "dnd_action";
-            type:          IMAGE;
-            mouse_events:  0;
+            type: IMAGE;
+            mouse_events: 0;
             repeat_events: 0;
             description {
-               state:      "default" 0.0;
-               color:      0 0 0 0;
+               state: "default" 0.0;
+               color: 0 0 0 0;
             }
             description {
-               state:      "visible" 0.0;
-               aspect:     1.0 1.0;
+               state: "visible" 0.0;
+               aspect: 1.0 1.0;
                aspect_preference: BOTH;
                align: 1.0 1.0;
                rel1 {
@@ -20614,30 +20615,30 @@ collections {
                }
             }
             description {
-               state:      "copy" 0.0;
-               inherit:    "visible" 0.0;
+               state: "copy" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_copy.png";
+                  normal: "icon_efm_dnd_copy.png";
                }
             }
             description {
-               state:      "ask" 0.0;
-               inherit:    "visible" 0.0;
+               state: "ask" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_ask.png";
+                  normal: "icon_efm_dnd_ask.png";
                }
             }
             description {
-               state:      "move" 0.0;
-               inherit:    "visible" 0.0;
+               state: "move" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_move.png";
+                  normal: "icon_efm_dnd_move.png";
                }
             }
          }
          part {
-            name:           "event";
-            type:           RECT;
+            name: "event";
+            type: RECT;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -20656,23 +20657,23 @@ collections {
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
          program {
@@ -20719,55 +20720,55 @@ collections {
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen-";
-            signal:  "e,action,thumb,gen,alpha";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen,alpha";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon";
+            action: STATE_SET "max" 0.0;
+            target: "icon";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon";
+            action: STATE_SET "max2" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.3;
          }
       }
@@ -20798,8 +20799,8 @@ collections {
             description {
                state: "default" 0.0;
                fixed: 1 1;
-               //          aspect: 6.4 6.4;
-               //          aspect_preference: HORIZONTAL;
+               // aspect: 6.4 6.4;
+               // aspect_preference: HORIZONTAL;
                align: 0.0 0.0;
                min: 0 10;
                rel1 {
@@ -20868,10 +20869,10 @@ collections {
          }
          part {
             name: "icon_box_shadow";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
-               visible:    0;
+               visible: 0;
                rel1 {
                   to: "icon_box";
                   relative: 0.0 0.0;
@@ -20888,18 +20889,18 @@ collections {
                }
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon_box";
-            type:          RECT;
-            mouse_events:  0;
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:      "default" 0.0;
-               visible:    0;
+               state: "default" 0.0;
+               visible: 0;
                align: 0.5 0.5;
                rel1 {
                   to: "e.swallow.icon";
@@ -20914,17 +20915,17 @@ collections {
                color: 0 0 0 64;
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon_box_bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:      "default" 0.0;
-               visible:    0;
+               state: "default" 0.0;
+               visible: 0;
                rel1 {
                   to: "icon_box";
                   relative: 0.0 0.0;
@@ -20942,33 +20943,33 @@ collections {
                   smooth: 0;
                   size {
                      relative: 0 0;
-                     offset:   32 32;
+                     offset: 32 32;
                   }
                }
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon0";
-            type:          RECT;
-            mouse_events:  0;
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               align:    0.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
-               visible:  0;
+               visible: 0;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   4    4;
+                  offset: 4    4;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
                color: 0 0 0 0;
             }
@@ -20976,13 +20977,13 @@ collections {
          part {
             name: "icon";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               align:    0.5 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.5 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: BOTH;
-               visible:  0;
+               visible: 0;
                rel1 {
                   to: "icon0";
                }
@@ -20992,36 +20993,36 @@ collections {
                color: 0 0 0 0;
             }
             description {
-               state:    "min" 0.0;
-               inherit:  "default" 0.0;
-               max:      0 0;
+               state: "min" 0.0;
+               inherit: "default" 0.0;
+               max: 0 0;
             }
             description {
-               state:    "max" 0.0;
-               inherit:  "default" 0.0;
+               state: "max" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -4   -4;
+                  offset: -4   -4;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
             }
             description {
-               state:    "max2" 0.0;
-               inherit:  "default" 0.0;
+               state: "max2" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -2   -2;
+                  offset: -2   -2;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   1    1;
+                  offset: 1    1;
                }
             }
          }
@@ -21030,33 +21031,33 @@ collections {
             type: SWALLOW;
             description {
                state: "default" 0.0;
-               align:    0.5 0.5;
-               //          fixed:    1 1;
+               align: 0.5 0.5;
+               // fixed: 1 1;
                rel1 {
-                  to:      "icon";
+                  to: "icon";
                }
                rel2 {
-                  to:      "icon";
+                  to: "icon";
                }
             }
          }
          part {
-            name:           "e.text.label";
-            type:           TEXT;
-            effect:         SOFT_SHADOW;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SOFT_SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "icon0";
+                  to_x: "icon0";
                   relative: 1.0  0.0;
-                  offset:   4 4;
+                  offset: 4 4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5 -5;
+                  offset: -5 -5;
                }
                color_class: "ilist_item";
                text {
@@ -21123,7 +21124,7 @@ collections {
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -21142,26 +21143,26 @@ collections {
             description {
                state: "unmounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_unmounted.png";
+               image.normal: "icon_efm_vol_unmounted.png";
             }
             description {
                state: "mounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_mounted.png";
+               image.normal: "icon_efm_vol_mounted.png";
             }
          }
          part {
             name: "dnd_action";
-            type:          IMAGE;
-            mouse_events:  0;
+            type: IMAGE;
+            mouse_events: 0;
             repeat_events: 0;
             description {
-               state:      "default" 0.0;
-               color:      0 0 0 0;
+               state: "default" 0.0;
+               color: 0 0 0 0;
             }
             description {
-               state:      "visible" 0.0;
-               aspect:     1.0 1.0;
+               state: "visible" 0.0;
+               aspect: 1.0 1.0;
                aspect_preference: BOTH;
                align: 1.0 1.0;
                rel1 {
@@ -21172,30 +21173,30 @@ collections {
                }
             }
             description {
-               state:      "copy" 0.0;
-               inherit:    "visible" 0.0;
+               state: "copy" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_copy.png";
+                  normal: "icon_efm_dnd_copy.png";
                }
             }
             description {
-               state:      "ask" 0.0;
-               inherit:    "visible" 0.0;
+               state: "ask" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_ask.png";
+                  normal: "icon_efm_dnd_ask.png";
                }
             }
             description {
-               state:      "move" 0.0;
-               inherit:    "visible" 0.0;
+               state: "move" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_move.png";
+                  normal: "icon_efm_dnd_move.png";
                }
             }
          }
          part {
-            name:           "event";
-            type:           RECT;
+            name: "event";
+            type: RECT;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -21214,23 +21215,23 @@ collections {
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
          program {
@@ -21277,55 +21278,55 @@ collections {
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen-";
-            signal:  "e,action,thumb,gen,alpha";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen,alpha";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon";
+            action: STATE_SET "max" 0.0;
+            target: "icon";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon";
+            action: STATE_SET "max2" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.3;
          }
       }
@@ -21355,8 +21356,8 @@ collections {
             mouse_events: 0;
             description {
                state: "default" 0.0;
-               //          aspect: 6.4 6.4;
-               //          aspect_preference: HORIZONTAL;
+               // aspect: 6.4 6.4;
+               // aspect_preference: HORIZONTAL;
                align: 0.0 0.0;
                min: 0 10;
                rel1 {
@@ -21425,10 +21426,10 @@ collections {
          }
          part {
             name: "icon_box_shadow";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
-               visible:    0;
+               visible: 0;
                rel1 {
                   to: "icon_box";
                   relative: 0.0 0.0;
@@ -21445,18 +21446,18 @@ collections {
                }
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon_box";
-            type:          RECT;
-            mouse_events:  0;
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:      "default" 0.0;
-               visible:    0;
+               state: "default" 0.0;
+               visible: 0;
                align: 0.5 0.5;
                rel1 {
                   to: "e.swallow.icon";
@@ -21471,17 +21472,17 @@ collections {
                color: 0 0 0 64;
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon_box_bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:      "default" 0.0;
-               visible:    0;
+               state: "default" 0.0;
+               visible: 0;
                rel1 {
                   to: "icon_box";
                   relative: 0.0 0.0;
@@ -21499,33 +21500,33 @@ collections {
                   smooth: 0;
                   size {
                      relative: 0 0;
-                     offset:   32 32;
+                     offset: 32 32;
                   }
                }
             }
             description {
-               state:      "visible" 0.0;
-               inherit:    "default" 0.0;
-               visible:    1;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
             }
          }
          part {
             name: "icon0";
-            type:          RECT;
-            mouse_events:  0;
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               align:    0.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
-               visible:  0;
+               visible: 0;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   4    4;
+                  offset: 4    4;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
                color: 0 0 0 0;
             }
@@ -21533,13 +21534,13 @@ collections {
          part {
             name: "icon";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               align:    0.5 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.5 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: BOTH;
-               visible:  0;
+               visible: 0;
                rel1 {
                   to: "icon0";
                }
@@ -21549,36 +21550,36 @@ collections {
                color: 0 0 0 0;
             }
             description {
-               state:    "min" 0.0;
-               inherit:  "default" 0.0;
-               max:      0 0;
+               state: "min" 0.0;
+               inherit: "default" 0.0;
+               max: 0 0;
             }
             description {
-               state:    "max" 0.0;
-               inherit:  "default" 0.0;
+               state: "max" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -4   -4;
+                  offset: -4   -4;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
             }
             description {
-               state:    "max2" 0.0;
-               inherit:  "default" 0.0;
+               state: "max2" 0.0;
+               inherit: "default" 0.0;
                rel1 {
                   to: "icon0";
                   relative: 0.0  0.0;
-                  offset:   -2   -2;
+                  offset: -2   -2;
                }
                rel2 {
                   to: "icon0";
                   relative: 1.0  1.0;
-                  offset:   1    1;
+                  offset: 1    1;
                }
             }
          }
@@ -21587,33 +21588,33 @@ collections {
             type: SWALLOW;
             description {
                state: "default" 0.0;
-               align:    0.5 0.5;
-               //          fixed:    1 1;
+               align: 0.5 0.5;
+               // fixed: 1 1;
                rel1 {
-                  to:      "icon";
+                  to: "icon";
                }
                rel2 {
-                  to:      "icon";
+                  to: "icon";
                }
             }
          }
          part {
-            name:           "e.text.label";
-            type:           TEXT;
-            effect:         SOFT_SHADOW;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SOFT_SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "icon0";
+                  to_x: "icon0";
                   relative: 1.0  0.0;
-                  offset:   4 4;
+                  offset: 4 4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5 -5;
+                  offset: -5 -5;
                }
                color_class: "ilist_item_odd";
                text {
@@ -21680,7 +21681,7 @@ collections {
             repeat_events: 0;
             description {
                state: "default" 0.0;
-               color:      0 0 0 0;
+               color: 0 0 0 0;
             }
             description {
                state: "visible" 0.0;
@@ -21699,26 +21700,26 @@ collections {
             description {
                state: "unmounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_unmounted.png";
+               image.normal: "icon_efm_vol_unmounted.png";
             }
             description {
                state: "mounted" 0.0;
                inherit: "visible" 0.0;
-               image.normal:  "icon_efm_vol_mounted.png";
+               image.normal: "icon_efm_vol_mounted.png";
             }
          }
          part {
             name: "dnd_action";
-            type:          IMAGE;
-            mouse_events:  0;
+            type: IMAGE;
+            mouse_events: 0;
             repeat_events: 0;
             description {
-               state:      "default" 0.0;
-               color:      0 0 0 0;
+               state: "default" 0.0;
+               color: 0 0 0 0;
             }
             description {
-               state:      "visible" 0.0;
-               aspect:     1.0 1.0;
+               state: "visible" 0.0;
+               aspect: 1.0 1.0;
                aspect_preference: BOTH;
                align: 1.0 1.0;
                rel1 {
@@ -21729,30 +21730,30 @@ collections {
                }
             }
             description {
-               state:      "copy" 0.0;
-               inherit:    "visible" 0.0;
+               state: "copy" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_copy.png";
+                  normal: "icon_efm_dnd_copy.png";
                }
             }
             description {
-               state:      "ask" 0.0;
-               inherit:    "visible" 0.0;
+               state: "ask" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_ask.png";
+                  normal: "icon_efm_dnd_ask.png";
                }
             }
             description {
-               state:      "move" 0.0;
-               inherit:    "visible" 0.0;
+               state: "move" 0.0;
+               inherit: "visible" 0.0;
                image {
-                  normal:  "icon_efm_dnd_move.png";
+                  normal: "icon_efm_dnd_move.png";
                }
             }
          }
          part {
-            name:           "event";
-            type:           RECT;
+            name: "event";
+            type: RECT;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -21771,23 +21772,23 @@ collections {
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
          program {
@@ -21834,55 +21835,55 @@ collections {
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen-";
-            signal:  "e,action,thumb,gen,alpha";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "icon_box_bg";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen,alpha";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "icon_box_bg";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon";
+            action: STATE_SET "max" 0.0;
+            target: "icon";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon";
+            action: STATE_SET "max2" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon";
+            action: STATE_SET "default" 0.0;
+            target: "icon";
             transition: SINUSOIDAL 0.3;
          }
       }
@@ -21899,7 +21900,7 @@ collections {
       alias: "e/sys/suspend";
       alias: "e/sys/hibernate";
       data.item: "borderless" "1";
-      //      data.item: "shaped" "1";
+      // data.item: "shaped" "1";
       images {
          image: "vgrad_dark.png" COMP;
          image: "shelf_alt_over.png" COMP;
@@ -21918,16 +21919,16 @@ collections {
          style {
             name: "sys_style";
             base: "font=Sans:style=Bold font_size=12 text_class=tb_plain align=center color=#fff style=soft_shadow shadow_color=#0000001f wrap=word";
-            tag:  "br" "\n";
-            tag:  "hilight" "+ font=Sans:style=Bold text_class=tb_light";
+            tag: "br" "\n";
+            tag: "hilight" "+ font=Sans:style=Bold text_class=tb_light";
          }
       }
       parts {
          part {
-            name:          "base";
-            mouse_events:  0;
+            name: "base";
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                min: 250 250;
                image.normal: "vgrad_dark.png";
                fill {
@@ -21951,7 +21952,7 @@ collections {
          }
          part {
             name: "busy";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                min: 32 32;
@@ -21960,24 +21961,24 @@ collections {
                align: 0.5 0.0;
                aspect_preference: BOTH;
                rel1 {
-                  to_y:     "logo";
+                  to_y: "logo";
                   relative: 0.0 1.0;
-                  offset:   0 1;
+                  offset: 0 1;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -1 1;
+                  offset: -1 1;
                }
                image {
                   normal: "busy-9.png";
-                  tween:  "busy-1.png";
-                  tween:  "busy-2.png";
-                  tween:  "busy-3.png";
-                  tween:  "busy-4.png";
-                  tween:  "busy-5.png";
-                  tween:  "busy-6.png";
-                  tween:  "busy-7.png";
-                  tween:  "busy-8.png";
+                  tween: "busy-1.png";
+                  tween: "busy-2.png";
+                  tween: "busy-3.png";
+                  tween: "busy-4.png";
+                  tween: "busy-5.png";
+                  tween: "busy-6.png";
+                  tween: "busy-7.png";
+                  tween: "busy-8.png";
                }
             }
          }
@@ -22000,7 +22001,7 @@ collections {
          part {
             name: "e.textblock.message";
             type: TEXTBLOCK;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -22011,8 +22012,8 @@ collections {
                }
                rel2.offset: -9 -9;
                text {
-                  style:    "sys_style";
-                  min:      1 1;
+                  style: "sys_style";
+                  min: 1 1;
                }
             }
          }
@@ -22025,7 +22026,7 @@ collections {
             action: STATE_SET "default" 0.0;
             transition: LINEAR 0.3333;
             target: "busy";
-            after:  "busy_anim";
+            after: "busy_anim";
          }
       }
    }
@@ -22046,7 +22047,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color_class: "dialog_base";
@@ -22062,7 +22063,7 @@ collections {
          }
          part {
             name: "shadow";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel2.relative: 1.0 0.0;
@@ -22079,7 +22080,7 @@ collections {
          }
          part {
             name: "shadow2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.relative: 0.0 1.0;
@@ -22103,11 +22104,11 @@ collections {
                fixed: 1 0;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   2  2;
+                  offset: 2  2;
                }
                rel2 {
                   relative: 0.0 0.0;
-                  offset:   2  -5;
+                  offset: 2  -5;
                   to_y: "e.swallow.buttons";
                }
             }
@@ -22119,12 +22120,12 @@ collections {
                state: "default" 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  offset:   2   2;
-                  to_x:     "e.swallow.icon";
+                  offset: 2   2;
+                  to_x: "e.swallow.icon";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  offset:   -3  -5;
+                  offset: -3  -5;
                   to_y: "e.swallow.buttons";
                }
             }
@@ -22137,13 +22138,13 @@ collections {
                min: 16 2;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   4    -1;
-                  to_y:     "e.swallow.content";
+                  offset: 4    -1;
+                  to_y: "e.swallow.content";
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5   0;
-                  to_y:     "e.swallow.content";
+                  offset: -5   0;
+                  to_y: "e.swallow.content";
                }
                image {
                   normal: "menu_sep.png";
@@ -22161,11 +22162,11 @@ collections {
                fixed: 0 1;
                rel1 {
                   relative: 0.0 1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -5  -5;
+                  offset: -5  -5;
                }
             }
          }
@@ -22177,8 +22178,8 @@ collections {
          style {
             name: "dialog_style";
             base: "font=Sans font_size=10 text_class=tb_plain align=center color=#000 style=shadow shadow_color=#ffffff80 wrap=word";
-            tag:  "br" "\n";
-            tag:  "hilight" "+ font=Sans:style=Bold text_class=tb_light";
+            tag: "br" "\n";
+            tag: "hilight" "+ font=Sans:style=Bold text_class=tb_light";
          }
       }
       parts {
@@ -22192,8 +22193,8 @@ collections {
                rel1.offset: 4 4;
                rel2.offset: -5 -5;
                text {
-                  style:    "dialog_style";
-                  min:      1 1;
+                  style: "dialog_style";
+                  min: 1 1;
                }
             }
          }
@@ -22215,7 +22216,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color_class: "dialog_base";
@@ -22231,7 +22232,7 @@ collections {
          }
          part {
             name: "shadow";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel2.relative: 1.0 0.0;
@@ -22248,7 +22249,7 @@ collections {
          }
          part {
             name: "shadow2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.relative: 0.0 1.0;
@@ -22271,13 +22272,13 @@ collections {
                min: 16 2;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   4    -1;
-                  to_y:     "e.swallow.content";
+                  offset: 4    -1;
+                  to_y: "e.swallow.content";
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5   0;
-                  to_y:     "e.swallow.content";
+                  offset: -5   0;
+                  to_y: "e.swallow.content";
                }
                image {
                   normal: "menu_sep.png";
@@ -22287,8 +22288,8 @@ collections {
             }
          }
          part {
-            name:          "e.swallow.content";
-            type:          SWALLOW;
+            name: "e.swallow.content";
+            type: SWALLOW;
             description {
                state: "default" 0.0;
                align: 0.5 0.5;
@@ -22312,7 +22313,7 @@ collections {
                aspect_preference: HORIZONTAL;
                rel1.relative: 0.5 0.0;
                rel2.relative: 0.5 1.0;
-               rel2.offset:   0  -5;
+               rel2.offset: 0  -5;
             }
          }
       }
@@ -22331,7 +22332,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                image {
@@ -22343,7 +22344,7 @@ collections {
          }
          part {
             name: "icon";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                align: 0.0 0.5;
@@ -22388,7 +22389,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                align: 0.5 0.0;
@@ -22401,7 +22402,7 @@ collections {
          }
          part {
             name: "icon";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                align: 0.0 0.5;
@@ -22573,24 +22574,24 @@ collections {
       name: "e/transitions/crossfade";
       parts {
          part {
-            name:   "e.swallow.bg.old";
-            type:   SWALLOW;
+            name: "e.swallow.bg.old";
+            type: SWALLOW;
             description {
                state: "default" 0.0;
             }
          }
          part {
-            name:   "e.swallow.bg.new";
-            type:   SWALLOW;
-            clip_to:   "bg_new_clip";
+            name: "e.swallow.bg.new";
+            type: SWALLOW;
+            clip_to: "bg_new_clip";
             description {
                state: "default" 0.0;
             }
          }
          part {
-            name:   "bg_new_clip";
-            type:   RECT;
-            mouse_events:  0;
+            name: "bg_new_clip";
+            type: RECT;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 255 255 255 0;
@@ -22604,17 +22605,17 @@ collections {
       }
       programs {
          program {
-            name:   "go";
-            signal:  "e,action,start";
-            source:  "e";
-            action:  STATE_SET "done" 0.0;
+            name: "go";
+            signal: "e,action,start";
+            source: "e";
+            action: STATE_SET "done" 0.0;
             transition: SINUSOIDAL 1.0;
-            target:  "bg_new_clip";
-            after:   "go2";
+            target: "bg_new_clip";
+            after: "go2";
          }
          program {
-            name:    "go2";
-            action:  SIGNAL_EMIT "e,state,done" "";
+            name: "go2";
+            action: SIGNAL_EMIT "e,state,done" "";
          }
       }
    }
@@ -22623,62 +22624,62 @@ collections {
       images.image: "transition_vswipe.png" COMP;
       parts {
          part {
-            name:   "e.swallow.bg.old";
-            type:   SWALLOW;
-            clip_to:   "bg_prev_clip";
+            name: "e.swallow.bg.old";
+            type: SWALLOW;
+            clip_to: "bg_prev_clip";
             description {
                state: "default" 0.0;
             }
          }
          part {
-            name:   "e.swallow.bg.new";
-            type:   SWALLOW;
-            clip_to:   "bg_new_clip";
+            name: "e.swallow.bg.new";
+            type: SWALLOW;
+            clip_to: "bg_new_clip";
             description {
                state: "default" 0.0;
             }
          }
          part {
-            name:   "bg_prev_clip";
-            type:   RECT;
-            mouse_events:  0;
+            name: "bg_prev_clip";
+            type: RECT;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
-               rel1.offset:   0   -32;
-               rel2.offset:  -1    31;
+               rel1.offset: 0   -32;
+               rel2.offset: -1    31;
             }
             description {
                state: "done" 0.0;
                inherit: "default" 0.0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   0    31;
+                  offset: 0    31;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -1   31;
+                  offset: -1   31;
                }
             }
          }
          part {
-            name:   "bg_new_clip";
-            type:   RECT;
-            mouse_events:  0;
+            name: "bg_new_clip";
+            type: RECT;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   0    -32;
+                  offset: 0    -32;
                }
                rel2 {
                   relative: 1.0  0.0;
-                  offset:   -1   -32;
+                  offset: -1   -32;
                }
             }
             description {
                state: "done" 0.0;
-               rel1.offset:   0   -32;
-               rel2.offset:  -1    31;
+               rel1.offset: 0   -32;
+               rel2.offset: -1    31;
             }
          }
          part {
@@ -22691,12 +22692,12 @@ collections {
                rel1 {
                   to: "bg_prev_clip";
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "bg_prev_clip";
                   relative: 1.0  0.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
                image.normal: "transition_vswipe.png";
             }
@@ -22704,18 +22705,18 @@ collections {
       }
       programs {
          program {
-            name:    "go";
-            signal:  "e,action,start";
-            source:  "e";
-            action:  STATE_SET "done" 0.0;
+            name: "go";
+            signal: "e,action,start";
+            source: "e";
+            action: STATE_SET "done" 0.0;
             transition: SINUSOIDAL 1.0;
-            target:  "bg_new_clip";
-            target:  "bg_prev_clip";
-            after:   "go2";
+            target: "bg_new_clip";
+            target: "bg_prev_clip";
+            after: "go2";
          }
          program {
-            name:    "go2";
-            action:  SIGNAL_EMIT "e,state,done" "";
+            name: "go2";
+            action: SIGNAL_EMIT "e,state,done" "";
          }
       }
    }
@@ -22744,11 +22745,11 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   2    2;
+                  offset: 2    2;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   2   -3;
+                  offset: 2   -3;
                }
                image.normal: "check_base.png";
             }
@@ -22807,28 +22808,28 @@ collections {
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "base";
+                  to_x: "base";
                   relative: 1.0  0.0;
-                  offset:   2 2;
+                  offset: 2 2;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -2 -2;
+                  offset: -2 -2;
                }
                color_class: "check_text";
                text {
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.0 0.5;
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.0 0.5;
                   text_class: "check_button";
                }
             }
             description {
-               state:    "disabled" 0.0;
-               inherit:  "default" 0.0;
+               state: "disabled" 0.0;
+               inherit: "default" 0.0;
                color_class: "check_text_disabled";
             }
          }
@@ -22912,11 +22913,11 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   2    2;
+                  offset: 2    2;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   2   -3;
+                  offset: 2   -3;
                }
                image.normal: "check_base.png";
             }
@@ -22992,7 +22993,7 @@ collections {
                rel2 {
                   to_y: "base";
                   relative: 1.0  0.0;
-                  offset:   -2 -2;
+                  offset: -2 -2;
                }
             }
          }
@@ -23046,8 +23047,8 @@ collections {
                }
             }
             description {
-               state:    "disabled" 0.0;
-               inherit:  "default" 0.0;
+               state: "disabled" 0.0;
+               inherit: "default" 0.0;
                color_class: "check_text_disabled";
             }
          }
@@ -23141,11 +23142,11 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   2    2;
+                  offset: 2    2;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   2   -3;
+                  offset: 2   -3;
                }
                image.normal: "radio_base.png";
             }
@@ -23204,28 +23205,28 @@ collections {
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "base";
+                  to_x: "base";
                   relative: 1.0  0.0;
-                  offset:   2 2;
+                  offset: 2 2;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -2 -2;
+                  offset: -2 -2;
                }
                color_class: "radio_text";
                text {
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.0 0.5;
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.0 0.5;
                   text_class: "radio_button";
                }
             }
             description {
-               state:    "disabled" 0.0;
-               inherit:  "default" 0.0;
+               state: "disabled" 0.0;
+               inherit: "default" 0.0;
                color_class: "radio_text_disabled";
             }
          }
@@ -23309,11 +23310,11 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   2    2;
+                  offset: 2    2;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   2   -3;
+                  offset: 2   -3;
                }
                image.normal: "radio_base.png";
             }
@@ -23389,7 +23390,7 @@ collections {
                rel2 {
                   to_y: "e.text.label";
                   relative: 1.0  0.0;
-                  offset:   -2 -2;
+                  offset: -2 -2;
                }
             }
          }
@@ -23443,8 +23444,8 @@ collections {
                }
             }
             description {
-               state:    "disabled" 0.0;
-               inherit:  "default" 0.0;
+               state: "disabled" 0.0;
+               inherit: "default" 0.0;
                color_class: "radio_text_disabled";
             }
          }
@@ -23546,7 +23547,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                image {
                   normal: "bt_dis_base.png";
                   border: 4 4 4 4;
@@ -23562,12 +23563,12 @@ collections {
                align: 0.0 0.5;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   3   3;
+                  offset: 3   3;
                   to: "button_image";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  offset:   3  -4;
+                  offset: 3  -4;
                   to: "button_image";
                }
             }
@@ -23579,12 +23580,12 @@ collections {
                align: 0.0 0.5;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   3  3;
+                  offset: 3  3;
                   to: "button_image";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  offset:   3   -4;
+                  offset: 3   -4;
                   to: "button_image";
                }
             }
@@ -23596,41 +23597,41 @@ collections {
                align: 0.5 0.5;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   3  3;
+                  offset: 3  3;
                   to: "button_image";
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -4   -4;
+                  offset: -4   -4;
                   to: "button_image";
                }
             }
          }
          part {
-            name:          "e.text.label";
-            type:          TEXT;
-            effect:        SOFT_SHADOW;
-            mouse_events:  0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SOFT_SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                rel1 {
                   relative: 1.0  0.0;
-                  offset:   2    3;
-                  to_x:   "e.swallow.icon";
-                  to_y:   "button_image";
+                  offset: 2    3;
+                  to_x: "e.swallow.icon";
+                  to_y: "button_image";
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -4   -4;
-                  to:     "button_image";
+                  offset: -4   -4;
+                  to: "button_image";
                }
                color_class: "button_text";
                text {
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.5 0.5;
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.5 0.5;
                   text_class: "button";
                }
             }
@@ -23658,7 +23659,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                image {
                   normal: "bt_dis_hilight.png";
                   border: 4 4 4 0;
@@ -23677,7 +23678,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 0;
             }
          }
@@ -23696,7 +23697,7 @@ collections {
             }
             description {
                state: "clicked" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 1;
                color: 255 255 255 255;
             }
@@ -23718,7 +23719,7 @@ collections {
       }
       programs {
          program {
-            name:   "button_click";
+            name: "button_click";
             signal: "mouse,down,1";
             source: "button_image";
             action: STATE_SET "clicked" 0.0;
@@ -23726,7 +23727,7 @@ collections {
             target: "over3";
          }
          program {
-            name:   "button_unclick";
+            name: "button_unclick";
             signal: "mouse,up,1";
             source: "button_image";
             action: STATE_SET "default" 0.0;
@@ -23734,7 +23735,7 @@ collections {
             target: "over3";
          }
          program {
-            name:   "button_unclick2";
+            name: "button_unclick2";
             signal: "mouse,clicked,1";
             source: "button_image";
             action: SIGNAL_EMIT "e,action,click" "";
@@ -23833,7 +23834,7 @@ collections {
                rel1.offset: 0 0;
                rel2 {
                   relative: 0.0  0.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                   to_x: "sb_vbar";
                   to_y: "sb_hbar";
                }
@@ -23851,7 +23852,7 @@ collections {
          */
          part {
             name: "conf_over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                image {
@@ -23874,13 +23875,13 @@ collections {
                rel1 {
                   to: "bg";
                   relative: 1.0 0.0;
-                  offset:   -2 1;
+                  offset: -2 1;
                }
                rel2 {
                   to: "bg";
                   relative: 1.0 0.0;
-                  offset:   -2 -1;
-                  to_y:     "sb_hbar";
+                  offset: -2 -1;
+                  to_y: "sb_hbar";
                }
             }
             description {
@@ -23890,13 +23891,13 @@ collections {
                rel1 {
                   to: "bg";
                   relative: 1.0 0.0;
-                  offset:   -1 0;
+                  offset: -1 0;
                }
                rel2 {
                   to: "bg";
                   relative: 1.0 0.0;
-                  offset:   -1 -1;
-                  to_y:     "sb_hbar";
+                  offset: -1 -1;
+                  to_y: "sb_hbar";
                }
             }
          }
@@ -23910,13 +23911,13 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   0    -2;
-                  to:       "sb_vbar_a1";
+                  offset: 0    -2;
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0  0.0;
-                  offset:   -1    1;
-                  to:       "sb_vbar_a2";
+                  offset: -1    1;
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -23927,9 +23928,9 @@ collections {
             description {
                state: "default" 0.0;
                max: 3 99999;
-               rel1.to:       "sb_vbar_base";
-               rel1.offset:   1 0;
-               rel2.to:       "sb_vbar_base";
+               rel1.to: "sb_vbar_base";
+               rel1.offset: 1 0;
+               rel2.to: "sb_vbar_base";
                image {
                   normal: "sb_runnerv.png";
                   border: 0 0 4 4;
@@ -23947,11 +23948,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "sb_vbar_a1";
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
             }
          }
@@ -23965,11 +23966,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "sb_vbar_a2";
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -23988,12 +23989,12 @@ collections {
                min: 17 17;
                rel1 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_vbar_base";
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_vbar_base";
                }
                image {
@@ -24051,12 +24052,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  0.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -24093,12 +24094,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  1.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  1.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -24133,13 +24134,13 @@ collections {
                rel1 {
                   to: "bg";
                   relative: 0.0 1.0;
-                  offset:   1 -2;
+                  offset: 1 -2;
                }
                rel2 {
                   to: "bg";
                   relative: 0.0 1.0;
-                  offset:   -1 -2;
-                  to_x:     "sb_vbar";
+                  offset: -1 -2;
+                  to_x: "sb_vbar";
                }
             }
             description {
@@ -24148,13 +24149,13 @@ collections {
                rel1 {
                   to: "bg";
                   relative: 0.0  1.0;
-                  offset:   0    -1;
+                  offset: 0    -1;
                }
                rel2 {
                   to: "bg";
                   relative: 0.0  1.0;
-                  offset:   -1   -1;
-                  to_x:     "sb_vbar";
+                  offset: -1   -1;
+                  to_x: "sb_vbar";
                }
             }
          }
@@ -24168,13 +24169,13 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0  0.0;
-                  offset:   -2   0;
-                  to:       "sb_hbar_a1";
+                  offset: -2   0;
+                  to: "sb_hbar_a1";
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   1   -1;
-                  to:       "sb_hbar_a2";
+                  offset: 1   -1;
+                  to: "sb_hbar_a2";
                }
             }
          }
@@ -24185,9 +24186,9 @@ collections {
             description {
                state: "default" 0.0;
                max: 99999 2;
-               rel1.to:       "sb_hbar_base";
-               rel1.offset:   0 1;
-               rel2.to:       "sb_hbar_base";
+               rel1.to: "sb_hbar_base";
+               rel1.offset: 0 1;
+               rel2.to: "sb_hbar_base";
                image {
                   normal: "sb_runnerh.png";
                   border: 4 4 0 0;
@@ -24205,11 +24206,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to:       "sb_hbar_a1";
+                  to: "sb_hbar_a1";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to:       "e.dragable.hbar";
+                  to: "e.dragable.hbar";
                }
             }
          }
@@ -24223,11 +24224,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to:       "e.dragable.hbar";
+                  to: "e.dragable.hbar";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  to:       "sb_hbar_a2";
+                  to: "sb_hbar_a2";
                }
             }
          }
@@ -24246,12 +24247,12 @@ collections {
                min: 17 17;
                rel1 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_hbar_base";
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_hbar_base";
                }
                image {
@@ -24309,12 +24310,12 @@ collections {
                rel1 {
                   to: "sb_hbar";
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_hbar";
                   relative: 0.0  1.0;
-                  offset:   0   -1;
+                  offset: 0   -1;
                }
             }
          }
@@ -24352,12 +24353,12 @@ collections {
                rel1 {
                   to: "sb_hbar";
                   relative: 1.0  0.0;
-                  offset:   -1    0;
+                  offset: -1    0;
                }
                rel2 {
                   to: "sb_hbar";
                   relative: 1.0  1.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                }
             }
          }
@@ -24386,168 +24387,168 @@ collections {
             name: "sb_vbar_show";
             signal: "e,action,show,vbar";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_vbar_hide";
             signal: "e,action,hide,vbar";
             source: "e";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_hbar_show";
             signal: "e,action,show,hbar";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar";
          }
          program {
             name: "sb_hbar_hide";
             signal: "e,action,hide,hbar";
             source: "e";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             target: "sb_hbar";
          }
          program {
             name: "sb_vbar_a1_down";
             signal: "mouse,down,1";
             source: "sb_vbar_a1";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_vbar_a1_arrow";
          }
          program {
             name: "sb_vbar_a1_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a1";
-            action:  DRAG_VAL_STEP 0.0 -1.0;
+            action: DRAG_VAL_STEP 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_a1_up";
             signal: "mouse,up,1";
             source: "sb_vbar_a1";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar_a1_arrow";
          }
          program {
             name: "sb_vbar_a2_down";
             signal: "mouse,down,1";
             source: "sb_vbar_a2";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_vbar_a2_arrow";
          }
          program {
             name: "sb_vbar_a2_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a2";
-            action:  DRAG_VAL_STEP 0.0 1.0;
+            action: DRAG_VAL_STEP 0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_a2_up";
             signal: "mouse,up,1";
             source: "sb_vbar_a2";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar_a2_arrow";
          }
          program {
             name: "sb_vbar_p1_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p1";
-            action:  DRAG_VAL_PAGE 0.0 -1.0;
+            action: DRAG_VAL_PAGE 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_p2_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p2";
-            action:  DRAG_VAL_PAGE  0.0 1.0;
+            action: DRAG_VAL_PAGE  0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_down";
             signal: "mouse,down,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_up";
             signal: "mouse,up,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_hbar_a1_down";
             signal: "mouse,down,1";
             source: "sb_hbar_a1";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_hbar_a1_arrow";
          }
          program {
             name: "sb_hbar_a1_down2";
             signal: "mouse,down,1";
             source: "sb_hbar_a1";
-            action:  DRAG_VAL_STEP -1.0 0.0;
+            action: DRAG_VAL_STEP -1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_a1_up";
             signal: "mouse,up,1";
             source: "sb_hbar_a1";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar_a1_arrow";
          }
          program {
             name: "sb_hbar_a2_down";
             signal: "mouse,down,1";
             source: "sb_hbar_a2";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_hbar_a2_arrow";
          }
          program {
             name: "sb_hbar_a2_down2";
             signal: "mouse,down,1";
             source: "sb_hbar_a2";
-            action:  DRAG_VAL_STEP 1.0 0.0;
+            action: DRAG_VAL_STEP 1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_a2_up";
             signal: "mouse,up,1";
             source: "sb_hbar_a2";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_hbar_a2_arrow";
          }
          program {
             name: "sb_hbar_p1_down";
             signal: "mouse,down,1";
             source: "sb_hbar_p1";
-            action:  DRAG_VAL_PAGE -1.0 0.0;
+            action: DRAG_VAL_PAGE -1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_p2_down";
             signal: "mouse,down,1";
             source: "sb_hbar_p2";
-            action:  DRAG_VAL_PAGE  1.0 0.0;
+            action: DRAG_VAL_PAGE  1.0 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_down";
             signal: "mouse,down,1";
             source: "e.dragable.hbar";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "e.dragable.hbar";
          }
          program {
             name: "sb_hbar_up";
             signal: "mouse,up,1";
             source: "e.dragable.hbar";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "e.dragable.hbar";
          }
       }
@@ -24571,8 +24572,8 @@ collections {
             description {
                state: "default" 0.0;
                fixed: 1 1;
-               //          aspect: 6.4 6.4;
-               //          aspect_preference: HORIZONTAL;
+               // aspect: 6.4 6.4;
+               // aspect_preference: HORIZONTAL;
                align: 0.0 0.0;
                min: 0 10;
                rel1 {
@@ -24640,40 +24641,40 @@ collections {
             }
          }
          part {
-            name:          "e.swallow.icon";
-            type:          SWALLOW;
+            name: "e.swallow.icon";
+            type: SWALLOW;
             description {
-               state:    "default" 0.0;
-               align:    0.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   4    4;
+                  offset: 4    4;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
             }
          }
          part {
-            name:           "e.text.label";
-            type:           TEXT;
-            effect:         SOFT_SHADOW;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SOFT_SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "e.swallow.icon";
+                  to_x: "e.swallow.icon";
                   relative: 1.0  0.0;
-                  offset:   4 4;
+                  offset: 4 4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5 -5;
+                  offset: -5 -5;
                }
                color_class: "ilist_item";
                text {
@@ -24691,20 +24692,20 @@ collections {
             }
          }
          part {
-            name:          "e.swallow.end";
-            type:          SWALLOW;
+            name: "e.swallow.end";
+            type: SWALLOW;
             description {
-               state:    "default" 0.0;
-               align:    1.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 1.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 1.0  0.0;
-                  offset:   -5    4;
+                  offset: -5    4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5   -5;
+                  offset: -5   -5;
                }
             }
          }
@@ -24752,8 +24753,8 @@ collections {
             }
          }
          part {
-            name:           "event";
-            type:           RECT;
+            name: "event";
+            type: RECT;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -24762,24 +24763,24 @@ collections {
       }
       programs {
          program {
-            name:    "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
-         }
-         program {
-            name:    "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            name: "go_active";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
+         }
+         program {
+            name: "go_passive";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
       }
@@ -24844,40 +24845,40 @@ collections {
             }
          }
          part {
-            name:          "e.swallow.icon";
-            type:          SWALLOW;
+            name: "e.swallow.icon";
+            type: SWALLOW;
             description {
-               state:    "default" 0.0;
-               align:    0.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   4    4;
+                  offset: 4    4;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
             }
          }
          part {
-            name:           "e.text.label";
-            type:           TEXT;
-            effect:         SOFT_SHADOW;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SOFT_SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "e.swallow.icon";
+                  to_x: "e.swallow.icon";
                   relative: 1.0  0.0;
-                  offset:   4 4;
+                  offset: 4 4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5 -5;
+                  offset: -5 -5;
                }
                color_class: "ilist_item_odd";
                text {
@@ -24895,20 +24896,20 @@ collections {
             }
          }
          part {
-            name:          "e.swallow.end";
-            type:          SWALLOW;
+            name: "e.swallow.end";
+            type: SWALLOW;
             description {
-               state:    "default" 0.0;
-               align:    1.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 1.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 1.0  0.0;
-                  offset:   -5    4;
+                  offset: -5    4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5   -5;
+                  offset: -5   -5;
                }
             }
          }
@@ -24956,8 +24957,8 @@ collections {
             }
          }
          part {
-            name:           "event";
-            type:           RECT;
+            name: "event";
+            type: RECT;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -24966,24 +24967,24 @@ collections {
       }
       programs {
          program {
-            name:    "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
-         }
-         program {
-            name:    "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            name: "go_active";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
+         }
+         program {
+            name: "go_passive";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
       }
@@ -25006,8 +25007,8 @@ collections {
             description {
                state: "default" 0.0;
                fixed: 1 1;
-               //          aspect: 6.4 6.4;
-               //          aspect_preference: HORIZONTAL;
+               // aspect: 6.4 6.4;
+               // aspect_preference: HORIZONTAL;
                align: 0.0 0.0;
                min: 0 10;
                rel1 {
@@ -25074,40 +25075,40 @@ collections {
             }
          }
          part {
-            name:          "e.swallow.icon";
-            type:          SWALLOW;
+            name: "e.swallow.icon";
+            type: SWALLOW;
             description {
-               state:    "default" 0.0;
-               align:    0.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   4    4;
+                  offset: 4    4;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
             }
          }
          part {
-            name:           "e.text.label";
-            type:           TEXT;
-            effect:         SOFT_SHADOW;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SOFT_SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "e.swallow.icon";
+                  to_x: "e.swallow.icon";
                   relative: 1.0  0.0;
-                  offset:   4 4;
+                  offset: 4 4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5 -5;
+                  offset: -5 -5;
                }
                color_class: "ilist_item_header";
                text {
@@ -25163,8 +25164,8 @@ collections {
             }
          }
          part {
-            name:           "event";
-            type:           RECT;
+            name: "event";
+            type: RECT;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -25173,24 +25174,24 @@ collections {
       }
       programs {
          program {
-            name:    "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
-         }
-         program {
-            name:    "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            name: "go_active";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
+         }
+         program {
+            name: "go_passive";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
       }
@@ -25254,40 +25255,40 @@ collections {
             }
          }
          part {
-            name:          "e.swallow.icon";
-            type:          SWALLOW;
+            name: "e.swallow.icon";
+            type: SWALLOW;
             description {
-               state:    "default" 0.0;
-               align:    0.0 0.5;
-               aspect:   1.0 1.0;
+               state: "default" 0.0;
+               align: 0.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   4    4;
+                  offset: 4    4;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
             }
          }
          part {
-            name:           "e.text.label";
-            type:           TEXT;
-            effect:         SOFT_SHADOW;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            effect: SOFT_SHADOW;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
-               min:      16 16;
+               min: 16 16;
                rel1 {
-                  to_x:     "e.swallow.icon";
+                  to_x: "e.swallow.icon";
                   relative: 1.0  0.0;
-                  offset:   4 4;
+                  offset: 4 4;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -5 -5;
+                  offset: -5 -5;
                }
                color_class: "ilist_item_header_odd";
                text {
@@ -25343,8 +25344,8 @@ collections {
             }
          }
          part {
-            name:           "event";
-            type:           RECT;
+            name: "event";
+            type: RECT;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -25353,24 +25354,24 @@ collections {
       }
       programs {
          program {
-            name:    "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
-         }
-         program {
-            name:    "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "fg1";
-            target:  "fg2";
-            target:  "e.text.label";
+            name: "go_active";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
+         }
+         program {
+            name: "go_passive";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "fg1";
+            target: "fg2";
+            target: "e.text.label";
             transition: LINEAR 0.1;
          }
       }
@@ -25385,40 +25386,40 @@ collections {
             name: "icon";
             type: IMAGE;
             description {
-               state:    "default" 0.0;
-               color:    255 255 255 0;
+               state: "default" 0.0;
+               color: 255 255 255 0;
                visible: 0;
-               align:    1.0 0.5;
-               aspect:   1.0 1.0;
+               align: 1.0 0.5;
+               aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 0.0  0.0;
-                  offset:   4    4;
+                  offset: 4    4;
                }
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   4   -5;
+                  offset: 4   -5;
                }
                image.normal: "icon_active.png";
             }
             description {
-               state:    "visible" 0.0;
-               inherit:  "default" 0.0;
-               color:    255 255 255 255;
+               state: "visible" 0.0;
+               inherit: "default" 0.0;
+               color: 255 255 255 255;
                visible: 1;
             }
          }
       }
       programs {
          program {
-            signal:  "e,state,checked";
+            signal: "e,state,checked";
             source: "e";
             action: STATE_SET "visible" 0.0;
             target: "icon";
             transition: LINEAR 0.1;
          }
          program {
-            signal:  "e,state,unchecked";
+            signal: "e,state,unchecked";
             source: "e";
             action: STATE_SET "default" 0.0;
             target: "icon";
@@ -25429,7 +25430,7 @@ collections {
    /* e/widgets/entry is used in the Wallpaper Picture file selector */
    group {
       name: "e/widgets/entry";
-      //      min: 12 12;
+      // min: 12 12;
       images.image: "inset_sunk.png" COMP;
       parts {
          part {
@@ -25493,7 +25494,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                color_class: "entry_text_disabled";
             }
          }
@@ -25538,8 +25539,8 @@ collections {
       programs {
          program {
             name: "on_cursor_show";
-            signal:  "e,action,show,cursor";
-            source:  "e";
+            signal: "e,action,show,cursor";
+            source: "e";
             action: ACTION_STOP;
             target: "cursor_show";
             target: "cursor_hide";
@@ -25614,10 +25615,10 @@ collections {
             }
          }
          part {
-            name:          "border";
-            mouse_events:  0;
+            name: "border";
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                image {
                   normal: "inset_sunk.png";
                   border: 7 7 7 7;
@@ -25655,10 +25656,10 @@ collections {
             }
          }
          part {
-            name:          "border";
-            mouse_events:  0;
+            name: "border";
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                image {
                   normal: "inset_sunk.png";
                   border: 7 7 7 7;
@@ -25681,46 +25682,46 @@ collections {
       and the gradient in the Wallpaper Gradient config dialog. */
    group {
       name: "e/widgets/color_well";
-      alias:  "e/widgets/gradpreview";
+      alias: "e/widgets/gradpreview";
       images.image: "inset_sunk.png" COMP;
       parts {
          part {
-            name:  "content_clip";
-            type:  RECT;
-            mouse_events:  0;
+            name: "content_clip";
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               rel1.to:  "e.swallow.content";
-               rel2.to:  "e.swallow.content";
+               state: "default" 0.0;
+               rel1.to: "e.swallow.content";
+               rel2.to: "e.swallow.content";
                color: 255 255 255 255;
             }
             description {
-               state:    "disabled" 0.0;
-               inherit:  "default" 0.0;
+               state: "disabled" 0.0;
+               inherit: "default" 0.0;
                color: 255 255 255 0;
             }
          }
          part {
-            name:  "e.swallow.content";
-            type:  SWALLOW;
-            clip_to:  "content_clip";
+            name: "e.swallow.content";
+            type: SWALLOW;
+            clip_to: "content_clip";
             description {
-               state:    "default" 0.0;
-               rel1.offset:   4  4;
-               rel2.offset:   -5  -5;
+               state: "default" 0.0;
+               rel1.offset: 4  4;
+               rel2.offset: -5  -5;
             }
          }
          part {
-            name:          "border";
-            mouse_events:  1;
+            name: "border";
+            mouse_events: 1;
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                rel1 {
-                  to:  "e.swallow.content";
+                  to: "e.swallow.content";
                   offset: -1 -1;
                }
                rel2 {
-                  to:  "e.swallow.content";
+                  to: "e.swallow.content";
                   offset: 0 0;
                }
                image {
@@ -25761,37 +25762,37 @@ collections {
       images.image: "inset_sunk.png" COMP;
       parts {
          part {
-            name:  "content_clip";
-            type:  RECT;
-            mouse_events:  0;
+            name: "content_clip";
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               rel1.to:  "e.swallow.content";
-               rel2.to:  "e.swallow.content";
+               state: "default" 0.0;
+               rel1.to: "e.swallow.content";
+               rel2.to: "e.swallow.content";
                color: 255 255 255 255;
             }
          }
          part {
-            name:  "e.swallow.content";
-            type:  SWALLOW;
-            clip_to:  "content_clip";
+            name: "e.swallow.content";
+            type: SWALLOW;
+            clip_to: "content_clip";
             description {
-               state:    "default" 0.0;
-               rel1.offset:   4  4;
-               rel2.offset:   -5  -5;
+               state: "default" 0.0;
+               rel1.offset: 4  4;
+               rel2.offset: -5  -5;
             }
          }
          part {
-            name:          "border";
-            mouse_events:  1;
+            name: "border";
+            mouse_events: 1;
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                rel1 {
-                  to:  "e.swallow.content";
+                  to: "e.swallow.content";
                   offset: -1 -1;
                }
                rel2 {
-                  to:  "e.swallow.content";
+                  to: "e.swallow.content";
                   offset: 0 0;
                }
                image {
@@ -25869,25 +25870,25 @@ collections {
       images.image: "inset_sunk.png" COMP;
       parts {
          part {
-            name:  "content_clip";
-            type:  RECT;
-            mouse_events:  0;
+            name: "content_clip";
+            type: RECT;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
-               rel1.to:  "e.swallow.content";
-               rel2.to:  "e.swallow.content";
+               state: "default" 0.0;
+               rel1.to: "e.swallow.content";
+               rel2.to: "e.swallow.content";
                color: 255 255 255 255;
             }
          }
          part {
-            name:  "e.swallow.content";
-            type:  SWALLOW;
-            clip_to:  "content_clip";
+            name: "e.swallow.content";
+            type: SWALLOW;
+            clip_to: "content_clip";
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                min: 50 20;
-               rel1.offset:   4    4;
-               rel2.offset:   -5    -5;
+               rel1.offset: 4    4;
+               rel2.offset: -5    -5;
             }
             description {
                state: "vertical" 0.0;
@@ -25897,15 +25898,15 @@ collections {
          }
          part {
             name: "border";
-            mouse_events:  1;
+            mouse_events: 1;
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                rel1 {
-                  to:  "e.swallow.content";
+                  to: "e.swallow.content";
                   offset: -1 -1;
                }
                rel2 {
-                  to:  "e.swallow.content";
+                  to: "e.swallow.content";
                   offset: 0 0;
                }
                image {
@@ -25919,7 +25920,7 @@ collections {
          part {
             name: "e.dragable.cursor";
             type: RECT;
-            clip_to:       "content_clip";
+            clip_to: "content_clip";
             dragable {
                confine: "e.swallow.content";
                x: 1 1 0;
@@ -25999,7 +26000,7 @@ collections {
                rel2 {
                   to_y: "label";
                   relative: 1.0  0.0;
-                  offset:   -3   -1;
+                  offset: -3   -1;
                }
             }
          }
@@ -26033,28 +26034,28 @@ collections {
                rel2.offset: -2 -2;
             }
             description {
-               state:  "active" 0.0;
+               state: "active" 0.0;
                inherit: "default" 0.0;
-               visible:  1;
+               visible: 1;
             }
          }
          part {
-            name:  "label";
-            mouse_events:  0;
+            name: "label";
+            mouse_events: 0;
             clip_to: "clip";
             description {
-               state:  "default" 0.0;
-               visible:  0;
+               state: "default" 0.0;
+               visible: 0;
             }
             description {
-               state:  "active" 0.0;
+               state: "active" 0.0;
                rel1 {
-                  to:  "e.text.label";
-                  offset:  -4  -2;
+                  to: "e.text.label";
+                  offset: -4  -2;
                }
                rel2 {
-                  to:  "e.text.label";
-                  offset:  3  1;
+                  to: "e.text.label";
+                  offset: 3  1;
                }
                image {
                   normal: "inset_sunk.png";
@@ -26065,14 +26066,14 @@ collections {
             }
          }
          part {
-            name:  "e.text.label";
-            type:  TEXT;
-            mouse_events:   0;
+            name: "e.text.label";
+            type: TEXT;
+            mouse_events: 0;
             clip_to: "clip";
             scale: 1;
             description {
-               state:  "default" 0.0;
-               visible:  0;
+               state: "default" 0.0;
+               visible: 0;
             }
             description {
                state: "active" 0.0;
@@ -26080,19 +26081,19 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   7    -8;
+                  offset: 7    -8;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -8  -8;
+                  offset: -8  -8;
                }
                color_class: "slider_text";
                text {
-                  text:     "0.0";
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.5 0.5;
+                  text: "0.0";
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.5 0.5;
                   text_class: "slider";
                }
             }
@@ -26106,7 +26107,7 @@ collections {
                color: 0 0 0 0;
                rel2 {
                   relative: 1.0 0.0;
-                  to:  "e.dragable.slider";
+                  to: "e.dragable.slider";
                }
             }
          }
@@ -26119,7 +26120,7 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:  "e.dragable.slider";
+                  to: "e.dragable.slider";
                }
             }
          }
@@ -26139,12 +26140,12 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "base";
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "base";
                }
                color: 0 0 0 0;
@@ -26202,28 +26203,28 @@ collections {
             name: "sld_p1_down";
             signal: "mouse,down,1";
             source: "sld_p1";
-            action:  DRAG_VAL_PAGE 0.0 -1.0;
+            action: DRAG_VAL_PAGE 0.0 -1.0;
             target: "e.dragable.slider";
          }
          program {
             name: "sld_p2_down";
             signal: "mouse,down,1";
             source: "sld_p2";
-            action:  DRAG_VAL_PAGE  0.0 1.0;
+            action: DRAG_VAL_PAGE  0.0 1.0;
             target: "e.dragable.slider";
          }
          program {
             name: "button_down";
             signal: "mouse,down,1";
             source: "e.dragable.slider";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "button";
          }
          program {
             name: "button_up";
             signal: "mouse,up,1";
             source: "e.dragable.slider";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "button";
          }
          program {
@@ -26290,7 +26291,7 @@ collections {
                rel2 {
                   to_x: "label";
                   relative: 0.0  1.0;
-                  offset:   -1   -3;
+                  offset: -1   -3;
                }
             }
          }
@@ -26301,8 +26302,8 @@ collections {
             description {
                state: "default" 0.0;
                max: 99999 3;
-               rel1.to:  "base";
-               rel2.to:  "base";
+               rel1.to: "base";
+               rel2.to: "base";
                image {
                   normal: "sb_runnerh.png";
                   border: 4 4 0 0;
@@ -26324,29 +26325,29 @@ collections {
                rel2.offset: -2 -2;
             }
             description {
-               state:  "active" 0.0;
+               state: "active" 0.0;
                inherit: "default" 0.0;
-               visible:  1;
+               visible: 1;
             }
          }
          part {
-            name:  "label";
-            mouse_events:  0;
+            name: "label";
+            mouse_events: 0;
             clip_to: "clip";
             description {
-               state:  "default" 0.0;
-               visible:  0;
+               state: "default" 0.0;
+               visible: 0;
             }
             description {
-               state:  "active" 0.0;
+               state: "active" 0.0;
                min: 20 0;
                rel1 {
-                  to:  "e.text.label";
-                  offset:  -4 -2;
+                  to: "e.text.label";
+                  offset: -4 -2;
                }
                rel2 {
-                  to:       "e.text.label";
-                  offset:   2   1;
+                  to: "e.text.label";
+                  offset: 2   1;
                }
                image {
                   normal: "inset_sunk.png";
@@ -26357,14 +26358,14 @@ collections {
             }
          }
          part {
-            name:  "e.text.label";
-            type:  TEXT;
-            mouse_events:  0;
+            name: "e.text.label";
+            type: TEXT;
+            mouse_events: 0;
             clip_to: "clip";
             scale: 1;
             description {
-               state:  "default" 0.0;
-               visible:  0;
+               state: "default" 0.0;
+               visible: 0;
             }
             description {
                state: "active" 0.0;
@@ -26372,19 +26373,19 @@ collections {
                fixed: 1 0;
                rel1 {
                   relative: 1.0  0.0;
-                  offset:   -8   7;
+                  offset: -8   7;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -8 -8;
+                  offset: -8 -8;
                }
                color_class: "slider_text";
                text {
-                  text:  "0.0";
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.5 0.5;
+                  text: "0.0";
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.5 0.5;
                   text_class: "slider";
                }
             }
@@ -26398,7 +26399,7 @@ collections {
                color: 0 0 0 0;
                rel2 {
                   relative: 0.0 1.0;
-                  to:  "e.dragable.slider";
+                  to: "e.dragable.slider";
                }
             }
          }
@@ -26411,7 +26412,7 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 1.0 0.0;
-                  to:  "e.dragable.slider";
+                  to: "e.dragable.slider";
                }
             }
          }
@@ -26435,7 +26436,7 @@ collections {
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "base";
                }
                color: 0 0 0 0;
@@ -26493,28 +26494,28 @@ collections {
             name: "sld_p1_down";
             signal: "mouse,down,1";
             source: "sld_p1";
-            action:  DRAG_VAL_PAGE -1.0 0.0;
+            action: DRAG_VAL_PAGE -1.0 0.0;
             target: "e.dragable.slider";
          }
          program {
             name: "sld_p2_down";
             signal: "mouse,down,1";
             source: "sld_p2";
-            action:  DRAG_VAL_PAGE  1.0 0.0;
+            action: DRAG_VAL_PAGE  1.0 0.0;
             target: "e.dragable.slider";
          }
          program {
             name: "sld_down";
             signal: "mouse,down,1";
             source: "e.dragable.slider";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "slider";
          }
          program {
             name: "sld_up";
             signal: "mouse,up,1";
             source: "e.dragable.slider";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "slider";
          }
          program {
@@ -26567,7 +26568,7 @@ collections {
       parts {
          part {
             name: "base0";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color_class: "frame_base";
@@ -26585,9 +26586,9 @@ collections {
          }
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                image {
                   normal: "frame_2.png";
                   border: 5 5 32 26;
@@ -26612,7 +26613,7 @@ collections {
          part {
             name: "e.text.label";
             type: TEXT;
-            mouse_events:   0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -26639,9 +26640,9 @@ collections {
          }
          part {
             name: "over";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
-               state:    "default" 0.0;
+               state: "default" 0.0;
                rel1.offset: 4 4;
                rel2.offset: -5 -5;
                image {
@@ -26660,7 +26661,7 @@ collections {
          part {
             name: "e.text.label";
             type: TEXT;
-            mouse_events:   0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -26733,26 +26734,26 @@ collections {
          style {
             name: "textblock_style";
             base: "font=Sans font_size=10 align=left color=#000 style=shadow shadow_color=#ffffff80 wrap=word";
-            tag:  "title" "+ font=Sans:style=Bold font_size=12 style=soft_shadow color=#fff shadow_color=#00000021";
-            tag:  "hilight" "+ font=Sans:style=Bold style=glow color=#fff glow2_color=#333333be glow_color=#0000005a";
-            tag:  "urgent" "+ font=Sans:style=Bold style=glow color=#fff glow2_color=#333 glow_color=#b01010";
-            tag:  "b" "+ font=Sans:style=Bold";
-            tag:  "br" "\n";
+            tag: "title" "+ font=Sans:style=Bold font_size=12 style=soft_shadow color=#fff shadow_color=#00000021";
+            tag: "hilight" "+ font=Sans:style=Bold style=glow color=#fff glow2_color=#333333be glow_color=#0000005a";
+            tag: "urgent" "+ font=Sans:style=Bold style=glow color=#fff glow2_color=#333 glow_color=#b01010";
+            tag: "b" "+ font=Sans:style=Bold";
+            tag: "br" "\n";
          }
       }
       parts {
          part {
-            name:   "e.textblock.text";
-            type:   TEXTBLOCK;
-            mouse_events:  0;
+            name: "e.textblock.text";
+            type: TEXTBLOCK;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
                rel1.offset: 4 4;
                rel2.offset: -5 -5;
                text {
-                  style:    "textblock_style";
-                  min:      1 1;
+                  style: "textblock_style";
+                  min: 1 1;
                }
             }
          }
@@ -27059,7 +27060,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                image {
@@ -27086,7 +27087,7 @@ collections {
          part {
             name: "bg";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
@@ -27119,7 +27120,7 @@ collections {
          part {
             name: "grabber";
             type: RECT;
-            mouse_events:  1;
+            mouse_events: 1;
             repeat_events: 1;
             description {
                state: "default" 0.0;
@@ -27209,7 +27210,7 @@ collections {
          part {
             name: "bg_clip";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.to: "overlay";
@@ -27226,7 +27227,7 @@ collections {
          part {
             name: "items_clip";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1 {
@@ -27264,7 +27265,7 @@ collections {
          }
          part {
             name: "overlay";
-            mouse_events:  0;
+            mouse_events: 0;
             clip_to: "bg_clip";
             description {
                state: "default" 0.0;
@@ -27288,57 +27289,57 @@ collections {
       programs {
          program {
             name: "inset";
-            signal:  "e,state,visibility,inset";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg_clip";
+            signal: "e,state,visibility,inset";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg_clip";
          }
          program {
             name: "plain";
-            signal:  "e,state,visibility,plain";
-            source:  "e";
-            action:  STATE_SET "plain" 0.0;
-            target:  "bg_clip";
+            signal: "e,state,visibility,plain";
+            source: "e";
+            action: STATE_SET "plain" 0.0;
+            target: "bg_clip";
          }
          program {
             name: "hide";
-            signal:  "e,state,visibility,hide";
-            source:  "e";
-            action:  STATE_SET "hidden" 0.0;
-            transition:  ACCELERATE 0.4;
-            target:  "items_clip";
-            target:  "overlay";
-            target:  "e.swallow.content";
+            signal: "e,state,visibility,hide";
+            source: "e";
+            action: STATE_SET "hidden" 0.0;
+            transition: ACCELERATE 0.4;
+            target: "items_clip";
+            target: "overlay";
+            target: "e.swallow.content";
          }
          program {
             name: "hide_now";
-            signal:  "e,state,visibility,hide,now";
-            source:  "e";
-            action:  STATE_SET "hidden" 0.0;
-            transition:  LINEAR 0.0;
-            target:  "items_clip";
-            target:  "overlay";
-            target:  "e.swallow.content";
+            signal: "e,state,visibility,hide,now";
+            source: "e";
+            action: STATE_SET "hidden" 0.0;
+            transition: LINEAR 0.0;
+            target: "items_clip";
+            target: "overlay";
+            target: "e.swallow.content";
          }
          program {
             name: "show";
-            signal:  "e,state,visibility,show";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            transition:  DECELERATE 0.4;
-            target:  "items_clip";
-            target:  "overlay";
-            target:  "e.swallow.content";
+            signal: "e,state,visibility,show";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            transition: DECELERATE 0.4;
+            target: "items_clip";
+            target: "overlay";
+            target: "e.swallow.content";
          }
          program {
             name: "show_now";
-            signal:  "e,state,visibility,show,now";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            transition:  LINEAR 0.0;
-            target:  "items_clip";
-            target:  "overlay";
-            target:  "e.swallow.content";
+            signal: "e,state,visibility,show,now";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            transition: LINEAR 0.0;
+            target: "items_clip";
+            target: "overlay";
+            target: "e.swallow.content";
          }
       }
    }
@@ -27355,7 +27356,7 @@ collections {
       parts {
          part {
             name: "hclip";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             description {
                state: "default" 0.0;
@@ -27371,7 +27372,7 @@ collections {
          }
          part {
             name: "vclip";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             description {
                state: "default" 0.0;
@@ -27387,7 +27388,7 @@ collections {
          }
          part {
             name: "overlay";
-            mouse_events:  1;
+            mouse_events: 1;
             description {
                state: "default" 0.0;
                rel1 {
@@ -27733,7 +27734,7 @@ collections {
          }
          part {
             name: "v1";
-            mouse_events:  1;
+            mouse_events: 1;
             clip_to: "vclip";
             description {
                state: "default" 0.0;
@@ -27743,7 +27744,7 @@ collections {
          }
          part {
             name: "v2";
-            mouse_events:  1;
+            mouse_events: 1;
             clip_to: "vclip";
             description {
                state: "default" 0.0;
@@ -27753,7 +27754,7 @@ collections {
          }
          part {
             name: "h1";
-            mouse_events:  1;
+            mouse_events: 1;
             clip_to: "hclip";
             description {
                state: "default" 0.0;
@@ -27763,7 +27764,7 @@ collections {
          }
          part {
             name: "h2";
-            mouse_events:  1;
+            mouse_events: 1;
             clip_to: "hclip";
             description {
                state: "default" 0.0;
@@ -27773,8 +27774,8 @@ collections {
          }
          part {
             name: "border";
-            mouse_events:  1;
-            repeat_events:  1;
+            mouse_events: 1;
+            repeat_events: 1;
             description {
                state: "default" 0.0;
                image {
@@ -27789,200 +27790,200 @@ collections {
       programs {
          program {
             name: "api_hsize_on";
-            signal:  "e,state,hsize,on";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "hclip";
+            signal: "e,state,hsize,on";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "hclip";
          }
          program {
             name: "api_hsize_off";
-            signal:  "e,state,hsize,off";
-            source:  "e";
-            action:  STATE_SET "disabled" 0.0;
-            target:  "hclip";
+            signal: "e,state,hsize,off";
+            source: "e";
+            action: STATE_SET "disabled" 0.0;
+            target: "hclip";
          }
          program {
             name: "api_vsize_on";
-            signal:  "e,state,vsize,on";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "vclip";
+            signal: "e,state,vsize,on";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "vclip";
          }
          program {
             name: "api_vsize_off";
-            signal:  "e,state,vsize,off";
-            source:  "e";
-            action:  STATE_SET "disabled" 0.0;
-            target:  "vclip";
+            signal: "e,state,vsize,off";
+            source: "e";
+            action: STATE_SET "disabled" 0.0;
+            target: "vclip";
          }
          /*
          program {
-            name:    "api_move_on";
-            signal:  "e,state,move,on";
-            source:  "e";
+            name: "api_move_on";
+            signal: "e,state,move,on";
+            source: "e";
          }
          program {
-            name:    "api_move_off";
-            signal:  "e,state,move,off";
-            source:  "e";
+            name: "api_move_off";
+            signal: "e,state,move,off";
+            source: "e";
          }
          program {
-            name:    "api_active";
-            signal:  "e,state,focused";
-            source:  "e";
+            name: "api_active";
+            signal: "e,state,focused";
+            source: "e";
          }
          program {
-            name:    "api_inactive";
-            signal:  "e,state,unfocused";
-            source:  "e";
+            name: "api_inactive";
+            signal: "e,state,unfocused";
+            source: "e";
          }
          */
          // MOVE PROGRAMS
          program {
             name: "mv_down";
-            signal:  "mouse,down,1";
-            source:  "overlay";
-            action:  SIGNAL_EMIT "e,action,move,start" "";
+            signal: "mouse,down,1";
+            source: "overlay";
+            action: SIGNAL_EMIT "e,action,move,start" "";
          }
          program {
             name: "mv_up";
-            signal:  "mouse,up,1";
-            source:  "overlay";
-            action:  SIGNAL_EMIT "e,action,move,stop" "";
+            signal: "mouse,up,1";
+            source: "overlay";
+            action: SIGNAL_EMIT "e,action,move,stop" "";
          }
          program {
             name: "mv_move";
-            signal:  "mouse,move";
-            source:  "overlay";
-            action:  SIGNAL_EMIT "e,action,move,go" "";
+            signal: "mouse,move";
+            source: "overlay";
+            action: SIGNAL_EMIT "e,action,move,go" "";
          }
          program {
             name: "h1_down1";
-            signal:  "mouse,down,1";
-            source:  "h1";
-            action:  STATE_SET "clicked" 0.0;
-            target:  "h1";
+            signal: "mouse,down,1";
+            source: "h1";
+            action: STATE_SET "clicked" 0.0;
+            target: "h1";
          }
          program {
             name: "h1_up1";
-            signal:  "mouse,up,1";
-            source:  "h1";
-            action:  STATE_SET "default" 0.0;
-            target:  "h1";
+            signal: "mouse,up,1";
+            source: "h1";
+            action: STATE_SET "default" 0.0;
+            target: "h1";
          }
          program {
             name: "h1_down2";
-            signal:  "mouse,down,1";
-            source:  "h1";
-            action:  SIGNAL_EMIT "e,action,resize,left,start" "";
+            signal: "mouse,down,1";
+            source: "h1";
+            action: SIGNAL_EMIT "e,action,resize,left,start" "";
          }
          program {
             name: "h1_up2";
-            signal:  "mouse,up,1";
-            source:  "h1";
-            action:  SIGNAL_EMIT "e,action,resize,left,stop" "";
+            signal: "mouse,up,1";
+            source: "h1";
+            action: SIGNAL_EMIT "e,action,resize,left,stop" "";
          }
          program {
             name: "h1_move";
-            signal:  "mouse,move";
-            source:  "h1";
-            action:  SIGNAL_EMIT "e,action,resize,left,go" "";
+            signal: "mouse,move";
+            source: "h1";
+            action: SIGNAL_EMIT "e,action,resize,left,go" "";
          }
          program {
             name: "h2_down1";
-            signal:  "mouse,down,1";
-            source:  "h2";
-            action:  STATE_SET "clicked" 0.0;
-            target:  "h2";
+            signal: "mouse,down,1";
+            source: "h2";
+            action: STATE_SET "clicked" 0.0;
+            target: "h2";
          }
          program {
             name: "h2_up1";
-            signal:  "mouse,up,1";
-            source:  "h2";
-            action:  STATE_SET "default" 0.0;
-            target:  "h2";
+            signal: "mouse,up,1";
+            source: "h2";
+            action: STATE_SET "default" 0.0;
+            target: "h2";
          }
          program {
             name: "h2_down2";
-            signal:  "mouse,down,1";
-            source:  "h2";
-            action:  SIGNAL_EMIT "e,action,resize,right,start" "";
+            signal: "mouse,down,1";
+            source: "h2";
+            action: SIGNAL_EMIT "e,action,resize,right,start" "";
          }
          program {
             name: "h2_up2";
-            signal:  "mouse,up,1";
-            source:  "h2";
-            action:  SIGNAL_EMIT "e,action,resize,right,stop" "";
+            signal: "mouse,up,1";
+            source: "h2";
+            action: SIGNAL_EMIT "e,action,resize,right,stop" "";
          }
          program {
             name: "h2_move";
-            signal:  "mouse,move";
-            source:  "h2";
-            action:  SIGNAL_EMIT "e,action,resize,right,go" "";
+            signal: "mouse,move";
+            source: "h2";
+            action: SIGNAL_EMIT "e,action,resize,right,go" "";
          }
          program {
             name: "v1_down1";
-            signal:  "mouse,down,1";
-            source:  "v1";
-            action:  STATE_SET "clicked" 0.0;
-            target:  "v1";
+            signal: "mouse,down,1";
+            source: "v1";
+            action: STATE_SET "clicked" 0.0;
+            target: "v1";
          }
          program {
             name: "v1_up1";
-            signal:  "mouse,up,1";
-            source:  "v1";
-            action:  STATE_SET "default" 0.0;
-            target:  "v1";
+            signal: "mouse,up,1";
+            source: "v1";
+            action: STATE_SET "default" 0.0;
+            target: "v1";
          }
          program {
             name: "v1_down2";
-            signal:  "mouse,down,1";
-            source:  "v1";
-            action:  SIGNAL_EMIT "e,action,resize,up,start" "";
+            signal: "mouse,down,1";
+            source: "v1";
+            action: SIGNAL_EMIT "e,action,resize,up,start" "";
          }
          program {
             name: "v1_up2";
-            signal:  "mouse,up,1";
-            source:  "v1";
-            action:  SIGNAL_EMIT "e,action,resize,up,stop" "";
+            signal: "mouse,up,1";
+            source: "v1";
+            action: SIGNAL_EMIT "e,action,resize,up,stop" "";
          }
          program {
             name: "v1_move";
-            signal:  "mouse,move";
-            source:  "v1";
-            action:  SIGNAL_EMIT "e,action,resize,up,go" "";
+            signal: "mouse,move";
+            source: "v1";
+            action: SIGNAL_EMIT "e,action,resize,up,go" "";
          }
          program {
             name: "v2_down1";
-            signal:  "mouse,down,1";
-            source:  "v2";
-            action:  STATE_SET "clicked" 0.0;
-            target:  "v2";
+            signal: "mouse,down,1";
+            source: "v2";
+            action: STATE_SET "clicked" 0.0;
+            target: "v2";
          }
          program {
             name: "v2_up1";
-            signal:  "mouse,up,1";
-            source:  "v2";
-            action:  STATE_SET "default" 0.0;
-            target:  "v2";
+            signal: "mouse,up,1";
+            source: "v2";
+            action: STATE_SET "default" 0.0;
+            target: "v2";
          }
          program {
             name: "v2_down2";
-            signal:  "mouse,down,1";
-            source:  "v2";
-            action:  SIGNAL_EMIT "e,action,resize,down,start" "";
+            signal: "mouse,down,1";
+            source: "v2";
+            action: SIGNAL_EMIT "e,action,resize,down,start" "";
          }
          program {
             name: "v2_up2";
-            signal:  "mouse,up,1";
-            source:  "v2";
-            action:  SIGNAL_EMIT "e,action,resize,down,stop" "";
+            signal: "mouse,up,1";
+            source: "v2";
+            action: SIGNAL_EMIT "e,action,resize,down,stop" "";
          }
          program {
             name: "v2_move";
-            signal:  "mouse,move";
-            source:  "v2";
-            action:  SIGNAL_EMIT "e,action,resize,down,go" "";
+            signal: "mouse,move";
+            source: "v2";
+            action: SIGNAL_EMIT "e,action,resize,down,go" "";
          }
          // LEFT ARROW
          program {
@@ -28379,7 +28380,7 @@ collections {
                }
                rel2 {
                   relative: 1.0 0.0;
-                  offset:   -1  8;
+                  offset: -1  8;
                }
                color: 255 255 255 255;
                color3: 0 0 0 32;
@@ -28434,7 +28435,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                image {
                   normal: "bt_dis_base.png";
                   border: 4 4 4 4;
@@ -28452,20 +28453,20 @@ collections {
                rel1 {
                   to: "button_image";
                   relative: 0.0  0.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -4   -4;
-                  to:     "button_image";
+                  offset: -4   -4;
+                  to: "button_image";
                }
                color_class: "button_text";
                text {
-                  text:     "Next";
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.5 0.5;
+                  text: "Next";
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.5 0.5;
                   text_class: "button";
                }
             }
@@ -28490,7 +28491,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                image {
                   normal: "bt_dis_hilight.png";
                   border: 4 4 4 0;
@@ -28511,7 +28512,7 @@ collections {
             }
             description {
                state: "disabled" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 0;
             }
          }
@@ -28532,7 +28533,7 @@ collections {
             }
             description {
                state: "clicked" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 1;
                color: 255 255 255 255;
             }
@@ -28622,25 +28623,25 @@ collections {
          image: "bt_shine.png" COMP;
          image: "bt_glow.png" COMP;
       }
-      //      data.item: "borderless" "1";
-      //      data.item: "shaped" "1";
+      // data.item: "borderless" "1";
+      // data.item: "shaped" "1";
       styles {
          style {
             name: "about_style";
             base: "font=Sans:style=Bold font_size=10 align=center color=#e0e0e0ff style=soft_shadow shadow_color=#00000020 wrap=word";
-            tag:  "hilight" "+ font=Sans:style=Bold text_class=tb_light color=#f00 style=soft_shadow";
-            tag:  "title" "+ font_size=12 font=Sans:style=Bold text_class=tb_big style=soft_shadow color=#fff shadow_color=#00000020";
-            tag:  "/title" "- \n \n";
-            tag:  "br" "\n";
+            tag: "hilight" "+ font=Sans:style=Bold text_class=tb_light color=#f00 style=soft_shadow";
+            tag: "title" "+ font_size=12 font=Sans:style=Bold text_class=tb_big style=soft_shadow color=#fff shadow_color=#00000020";
+            tag: "/title" "- \n \n";
+            tag: "br" "\n";
          }
       }
       min: 300 240;
       max: 640 640;
       parts {
          part {
-            name:  "sizer";
+            name: "sizer";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -28649,9 +28650,9 @@ collections {
             }
          }
          part {
-            name:  "about_clip";
+            name: "about_clip";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1 {
@@ -28668,9 +28669,9 @@ collections {
             }
          }
          part {
-            name:  "authors_clip";
+            name: "authors_clip";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1 {
@@ -28894,7 +28895,7 @@ collections {
          }
          part {
             name: "shadow2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.relative: 0.0 1.0;
@@ -28964,20 +28965,20 @@ collections {
                rel1 {
                   to: "button_image";
                   relative: 0.0  0.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -4   -4;
-                  to:     "button_image";
+                  offset: -4   -4;
+                  to: "button_image";
                }
                color_class: "button_text";
                text {
-                  text:     "Close";
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.5 0.5;
+                  text: "Close";
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.5 0.5;
                   text_class: "button";
                }
             }
@@ -29026,7 +29027,7 @@ collections {
             }
             description {
                state: "clicked" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 1;
                color: 255 255 255 255;
             }
@@ -29064,7 +29065,7 @@ collections {
             after: "showb";
          }
          program {
-            name:   "button_click";
+            name: "button_click";
             signal: "mouse,down,1";
             source: "button_image";
             action: STATE_SET "clicked" 0.0;
@@ -29072,7 +29073,7 @@ collections {
             target: "over3";
          }
          program {
-            name:   "button_unclick";
+            name: "button_unclick";
             signal: "mouse,up,1";
             source: "button_image";
             action: STATE_SET "default" 0.0;
@@ -29080,7 +29081,7 @@ collections {
             target: "over3";
          }
          program {
-            name:   "button_unclick2";
+            name: "button_unclick2";
             signal: "mouse,clicked,1";
             source: "button_image";
             action: SIGNAL_EMIT "e,action,close" "";
@@ -29108,11 +29109,11 @@ collections {
          style {
             name: "theme_about_style";
             base: "font=Sans:style=Bold font_size=10 align=center color=#e0e0e0ff style=soft_shadow shadow_color=#0000001f wrap=word";
-            tag:  "br" "\n";
+            tag: "br" "\n";
          }
       }
-      //      data.item: "borderless" "1";
-      //      data.item: "shaped" "1";
+      // data.item: "borderless" "1";
+      // data.item: "shaped" "1";
       min: 300 240;
       max: 640 640;
       parts {
@@ -29152,7 +29153,7 @@ collections {
          part {
             name: "about";
             type: TEXTBLOCK;
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -29213,20 +29214,20 @@ collections {
                rel1 {
                   to: "button_image";
                   relative: 0.0  0.0;
-                  offset:   3    3;
+                  offset: 3    3;
                }
                rel2 {
                   relative: 1.0  1.0;
-                  offset:   -4   -4;
-                  to:     "button_image";
+                  offset: -4   -4;
+                  to: "button_image";
                }
                color_class: "button_text";
                text {
-                  text:     "Close";
-                  font:     "Sans";
-                  size:     10;
-                  min:      1 1;
-                  align:    0.5 0.5;
+                  text: "Close";
+                  font: "Sans";
+                  size: 10;
+                  min: 1 1;
+                  align: 0.5 0.5;
                   text_class: "button";
                }
             }
@@ -29275,7 +29276,7 @@ collections {
             }
             description {
                state: "clicked" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 1;
                color: 255 255 255 255;
             }
@@ -29283,7 +29284,7 @@ collections {
       }
       programs {
          program {
-            name:   "button_click";
+            name: "button_click";
             signal: "mouse,down,1";
             source: "button_image";
             action: STATE_SET "clicked" 0.0;
@@ -29291,7 +29292,7 @@ collections {
             target: "over3";
          }
          program {
-            name:   "button_unclick";
+            name: "button_unclick";
             signal: "mouse,up,1";
             source: "button_image";
             action: STATE_SET "default" 0.0;
@@ -29299,7 +29300,7 @@ collections {
             target: "over3";
          }
          program {
-            name:   "button_unclick2";
+            name: "button_unclick2";
             signal: "mouse,clicked,1";
             source: "button_image";
             action: SIGNAL_EMIT "e,action,close" "";
@@ -29318,7 +29319,7 @@ collections {
       parts {                                         \
          part {                                       \
             name: "icon";                             \
-            repeat_events:  1;                        \
+            repeat_events: 1;                        \
             description {                             \
                state: "default" 0.0;                  \
                aspect: 1.0 1.0;                       \
@@ -29511,7 +29512,7 @@ collections {
       parts {                                         \
          part {                                       \
             name: "icon";                             \
-            mouse_events:  0;                         \
+            mouse_events: 0;                         \
             description {                             \
                state: "default" 0.0;                  \
                aspect: 1.0 1.0;                       \
@@ -29552,10 +29553,10 @@ collections {
    // EFM icons //
    /* #define EFMICON(NAME, FILE, SIZE)                    \
     * group { name: "e/icons/fileman/"NAME;                \
-    *    max:  SIZE SIZE;                                  \
+    *    max: SIZE SIZE;                                  \
     *    parts {                                           \
     *       part { name: "icon";                           \
-    *     mouse_events:  0;                              \
+    *     mouse_events: 0;                              \
     *     description { state: "default" 0.0;            \
     *        aspect: 1.0 1.0;                            \
     *        aspect_preference: BOTH;                    \
@@ -29584,11 +29585,11 @@ collections {
    #define MIMEICON(NAME, FILE, SIZE)                 \
    group {                                            \
       name: "e/icons/fileman/mime/"NAME;              \
-      max:  SIZE SIZE;                                \
+      max: SIZE SIZE;                                \
       parts {                                         \
          part {                                       \
             name: "icon";                             \
-            mouse_events:  0;                         \
+            mouse_events: 0;                         \
             description {                             \
                state: "default" 0.0;                  \
                aspect: 1.0 1.0;                       \
@@ -29626,7 +29627,7 @@ collections {
    #define MIMEBASE(MIME, FILE, NAME, SIZE)           \
    group {                                            \
       name: "e/icons/fileman/mime/"MIME;              \
-      max:  SIZE SIZE;                                \
+      max: SIZE SIZE;                                \
       parts {                                         \
          part {                                       \
             name: "base";                             \
@@ -29649,12 +29650,12 @@ collections {
                rel2.relative: 0.7478 0.8894;          \
                color: 245 245 245 255;                \
                text {                                 \
-                  text:   NAME;                       \
-                  font:   "Sans:style=Bold";          \
-                  size:   4;                          \
-                  fit:   1 1;                         \
-                  min:   1 1;                         \
-                  align:   0.5 0.0;                   \
+                  text: NAME;                       \
+                  font: "Sans:style=Bold";          \
+                  size: 4;                          \
+                  fit: 1 1;                         \
+                  min: 1 1;                         \
+                  align: 0.5 0.0;                   \
                }                                      \
             }                                         \
          }                                            \
@@ -29720,7 +29721,7 @@ collections {
    }
    group {
       name: "e/icons/enlightenment/wallpaper_stretch";
-      max:  24 24;
+      max: 24 24;
       parts {
          part {
             name: "bg";
@@ -29752,7 +29753,7 @@ collections {
    }
    group {
       name: "e/icons/enlightenment/wallpaper_tile";
-      max:  24 24;
+      max: 24 24;
       parts {
          part {
             name: "bg";
@@ -29789,7 +29790,7 @@ collections {
    }
    group {
       name: "e/icons/enlightenment/wallpaper_center";
-      max:  24 24;
+      max: 24 24;
       parts {
          part {
             name: "bg";
@@ -29823,11 +29824,11 @@ collections {
    }
    group {
       name: "e/icons/enlightenment/wallpaper_scale_aspect_in";
-      max:  24 24;
+      max: 24 24;
       parts {
          part {
             name: "bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                aspect: 1.5 1.5;
@@ -29857,11 +29858,11 @@ collections {
    }
    group {
       name: "e/icons/enlightenment/wallpaper_scale_aspect_out";
-      max:  24 24;
+      max: 24 24;
       parts {
          part {
             name: "bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                aspect: 1.5 1.5;
@@ -29894,7 +29895,7 @@ collections {
          part {
             name: "bg";
             type: GRADIENT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.to: "screen";
@@ -29930,7 +29931,7 @@ collections {
          part {
             name: "bg";
             type: GRADIENT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.to: "screen";
@@ -29960,7 +29961,7 @@ collections {
          part {
             name: "bg";
             type: GRADIENT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.to: "screen";
@@ -29991,12 +29992,12 @@ collections {
    }
    group {
       name: "e/icons/enlightenment/gradient_dd";
-      max:  24 24;
+      max: 24 24;
       parts {
          part {
             name: "bg";
             type: GRADIENT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.to: "screen";
@@ -30032,7 +30033,7 @@ collections {
          part {
             name: "bg";
             type: GRADIENT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.to: "screen";
@@ -30158,7 +30159,7 @@ collections {
                text {
                   font: "Sans:style=Bold";
                   size: 16;
-                  //                  fit: 0 1;
+                  // fit: 0 1;
                   text_class: "init_title";
                }
             }
@@ -30186,7 +30187,7 @@ collections {
                text {
                   font: "Sans";
                   size: 10;
-                  //                  fit: 0 1;
+                  // fit: 0 1;
                   text_class: "init_text";
                }
             }
@@ -30205,11 +30206,11 @@ collections {
                align: 1.0 1.0;
                rel1 {
                   relative: 1.0 1.0;
-                  offset:   -2  -2;
+                  offset: -2  -2;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -2  -2;
+                  offset: -2  -2;
                }
                color: 255 255 255 64;
                color3: 0 0 0 32;
@@ -30217,7 +30218,7 @@ collections {
                   text: "0.17.0";
                   font: "Sans";
                   size: 8;
-                  min:  1 1;
+                  min: 1 1;
                   align: 0.0 0.0;
                   text_class: "init_version";
                }
@@ -30343,11 +30344,11 @@ collections {
                max: 22 22;
                rel1 {
                   to: "logo";
-                  relative:  0.0 0.9;
+                  relative: 0.0 0.9;
                }
                rel2 {
                   to: "logo";
-                  relative:  0.0 0.9;
+                  relative: 0.0 0.9;
                }
                image.normal: "exq-dot.png";
                color: 255 255 255 0;
@@ -30361,8 +30362,8 @@ collections {
                state: "visible2" 0.0;
                inherit: "default" 0.0;
                color: 255 255 255 255;
-               rel1.relative:  0.0 0.8;
-               rel2.relative:  0.0 0.8;
+               rel1.relative: 0.0 0.8;
+               rel2.relative: 0.0 0.8;
             }
          }
          part {
@@ -30455,11 +30456,11 @@ collections {
                max: 22 22;
                rel1 {
                   to: "logo";
-                  relative:  0.5 0.9;
+                  relative: 0.5 0.9;
                }
                rel2 {
                   to: "logo";
-                  relative:  0.5 0.9;
+                  relative: 0.5 0.9;
                }
                image.normal: "exq-dot.png";
                color: 255 255 255 0;
@@ -30473,8 +30474,8 @@ collections {
                state: "visible2" 0.0;
                inherit: "default" 0.0;
                color: 255 255 255 255;
-               rel1.relative:  0.5 0.8;
-               rel2.relative:  0.5 0.8;
+               rel1.relative: 0.5 0.8;
+               rel2.relative: 0.5 0.8;
             }
          }
          part {
@@ -30567,11 +30568,11 @@ collections {
                max: 22 22;
                rel1 {
                   to: "logo";
-                  relative:  1.0 0.9;
+                  relative: 1.0 0.9;
                }
                rel2 {
                   to: "logo";
-                  relative:  1.0 0.9;
+                  relative: 1.0 0.9;
                }
                image.normal: "exq-dot.png";
                color: 255 255 255 0;
@@ -30585,8 +30586,8 @@ collections {
                state: "visible2" 0.0;
                inherit: "default" 0.0;
                color: 255 255 255 255;
-               rel1.relative:  1.0 0.8;
-               rel2.relative:  1.0 0.8;
+               rel1.relative: 1.0 0.8;
+               rel2.relative: 1.0 0.8;
             }
          }
          part {
@@ -30679,11 +30680,11 @@ collections {
                max: 22 22;
                rel1 {
                   to: "logo";
-                  relative:  1.5 0.9;
+                  relative: 1.5 0.9;
                }
                rel2 {
                   to: "logo";
-                  relative:  1.5 0.9;
+                  relative: 1.5 0.9;
                }
                image.normal: "exq-dot.png";
                color: 255 255 255 0;
@@ -30697,8 +30698,8 @@ collections {
                state: "visible2" 0.0;
                inherit: "default" 0.0;
                color: 255 255 255 255;
-               rel1.relative:  1.5 0.8;
-               rel2.relative:  1.5 0.8;
+               rel1.relative: 1.5 0.8;
+               rel2.relative: 1.5 0.8;
             }
          }
          part {
@@ -31106,7 +31107,7 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color_class: "dialog_base";
@@ -31142,18 +31143,18 @@ collections {
                state: "default" 0.0;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   2   2;
+                  offset: 2   2;
                }
                rel2 {
                   relative: 1.0 0.0;
-                  offset:   -3  6;
+                  offset: -3  6;
                   to_y: "bot1";
                }
             }
          }
          part {
             name: "bot1";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color_class: "dialog_base";
@@ -31218,18 +31219,18 @@ collections {
                rel1 {
                   to_y: "bot2";
                   relative: 1.0 0.0;
-                  offset:   -5   1;
+                  offset: -5   1;
                }
                rel2 {
                   to_y: "bot2";
                   relative: 1.0 0.0;
-                  offset:   -5  1;
+                  offset: -5  1;
                }
             }
          }
          part {
             name: "tbs";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1 {
@@ -31376,7 +31377,7 @@ collections {
          }
          part {
             name: "aup";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                align: 0.0 1.0;
@@ -31424,7 +31425,7 @@ collections {
          }
          part {
             name: "bot2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color_class: "dialog_base";
@@ -31450,7 +31451,7 @@ collections {
          }
          part {
             name: "shadow1";
-            mouse_events:  0;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
@@ -31463,7 +31464,7 @@ collections {
          }
          part {
             name: "shadow2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.relative: 0.0 1.0;
@@ -31524,7 +31525,7 @@ collections {
          }
          part {
             name: "busy";
-            mouse_events:  0;
+            mouse_events: 0;
             clip_to: "busy_clip";
             description {
                state: "default" 0.0;
@@ -31534,22 +31535,22 @@ collections {
                aspect_preference: BOTH;
                rel1 {
                   relative: 0.5 0.5;
-                  offset:   0 0;
+                  offset: 0 0;
                }
                rel2 {
                   relative: 0.5 0.5;
-                  offset:   -1 1;
+                  offset: -1 1;
                }
                image {
                   normal: "busy-9.png";
-                  tween:  "busy-1.png";
-                  tween:  "busy-2.png";
-                  tween:  "busy-3.png";
-                  tween:  "busy-4.png";
-                  tween:  "busy-5.png";
-                  tween:  "busy-6.png";
-                  tween:  "busy-7.png";
-                  tween:  "busy-8.png";
+                  tween: "busy-1.png";
+                  tween: "busy-2.png";
+                  tween: "busy-3.png";
+                  tween: "busy-4.png";
+                  tween: "busy-5.png";
+                  tween: "busy-6.png";
+                  tween: "busy-7.png";
+                  tween: "busy-8.png";
                }
             }
          }
@@ -31571,26 +31572,26 @@ collections {
             name: "out";
             signal: "e,action,panel,show";
             source: "e";
-            action:  STATE_SET "out" 0.0;
-            target:  "aout";
-            target:  "cover";
-            after:   "out2";
+            action: STATE_SET "out" 0.0;
+            target: "aout";
+            target: "cover";
+            after: "out2";
          }
          program {
             name: "out2";
-            action:  STATE_SET "out" 0.0;
-            target:  "e.swallow.extras";
-            target:  "tbs";
+            action: STATE_SET "out" 0.0;
+            target: "e.swallow.extras";
+            target: "tbs";
             transition: DECELERATE 0.5;
          }
          program {
             name: "in0";
             signal: "mouse,down,1";
             source: "cover";
-            action:  STATE_SET "default" 0.0;
-            target:  "aout";
-            target:  "cover";
-            after:   "in2";
+            action: STATE_SET "default" 0.0;
+            target: "aout";
+            target: "cover";
+            after: "in2";
          }
          program {
             name: "inb";
@@ -31602,23 +31603,23 @@ collections {
             name: "in";
             signal: "e,action,panel,hide";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "aout";
             after: "in2";
          }
          program {
             name: "in2";
-            action:  STATE_SET "default" 0.0;
-            target:  "e.swallow.extras";
-            target:  "tbs";
-            target:  "cover";
+            action: STATE_SET "default" 0.0;
+            target: "e.swallow.extras";
+            target: "tbs";
+            target: "cover";
             transition: DECELERATE 1.0;
          }
          program {
             name: "busy1";
             signal: "e,state,busy,on";
             source: "e";
-            action:  STATE_SET "visible" 0.0;
+            action: STATE_SET "visible" 0.0;
             transition: LINEAR 1.0;
             target: "busy_clip";
          }
@@ -31629,13 +31630,13 @@ collections {
             action: STATE_SET "default" 0.0;
             transition: LINEAR 0.3333;
             target: "busy";
-            after:  "busy_anim";
+            after: "busy_anim";
          }
          program {
             name: "busy2";
             signal: "e,state,busy,off";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: LINEAR 1.0;
             target: "busy_clip";
             after: "busy3";
@@ -31715,7 +31716,7 @@ collections {
          part {
             name: "icon_box";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -31740,7 +31741,7 @@ collections {
          }
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             description {
                state: "default" 0.0;
@@ -31748,12 +31749,12 @@ collections {
                rel1 {
                   to: "icon_zoom";
                   relative: 0.0 0.0;
-                  offset:   4   4;
+                  offset: 4   4;
                }
                rel2 {
                   to: "icon_zoom";
                   relative: 1.0 1.0;
-                  offset:   -5  -5;
+                  offset: -5  -5;
                }
                color: 255 255 255 255;
             }
@@ -31766,7 +31767,7 @@ collections {
          part {
             name: "icon_zoom";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -31800,12 +31801,12 @@ collections {
                rel1 {
                   to: "base";
                   relative: 0.0 0.0;
-                  offset:   2   2;
+                  offset: 2   2;
                }
                rel2 {
                   to: "base";
                   relative: 1.0 1.0;
-                  offset:   -3  -3;
+                  offset: -3  -3;
                }
             }
          }
@@ -31827,79 +31828,79 @@ collections {
       programs {
          program {
             name: "sel";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
             transition: DECELERATE 0.2;
-            target:  "glow";
+            target: "glow";
          }
          program {
             name: "unsel";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
             transition: DECELERATE 1.0;
-            target:  "glow";
+            target: "glow";
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "base";
-            target:  "icon_zoom";
-            target:  "e.swallow.content";
-            target:  "events";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "base";
+            target: "icon_zoom";
+            target: "e.swallow.content";
+            target: "events";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon_zoom";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon_zoom";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "max" 0.0;
+            target: "icon_zoom";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "default" 0.0;
+            target: "icon_zoom";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "max2" 0.0;
+            target: "icon_zoom";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "default" 0.0;
+            target: "icon_zoom";
             transition: SINUSOIDAL 0.3;
          }
          program {
             name: "thumb_ungen";
-            signal:  "e,action,thumb,ungen";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "base";
-            target:  "icon_zoom";
-            target:  "e.swallow.content";
-            target:  "events";
-            target:  "glow";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,ungen";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "base";
+            target: "icon_zoom";
+            target: "e.swallow.content";
+            target: "events";
+            target: "glow";
+            after: "thumb_gen2";
          }
       }
    }
@@ -31972,7 +31973,7 @@ collections {
          part {
             name: "icon_box";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -31997,7 +31998,7 @@ collections {
          }
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             description {
                state: "default" 0.0;
@@ -32005,12 +32006,12 @@ collections {
                rel1 {
                   to: "icon_zoom";
                   relative: 0.0 0.0;
-                  offset:   4   4;
+                  offset: 4   4;
                }
                rel2 {
                   to: "icon_zoom";
                   relative: 1.0 1.0;
-                  offset:   -5  -5;
+                  offset: -5  -5;
                }
             }
             description {
@@ -32022,7 +32023,7 @@ collections {
          part {
             name: "icon_zoom";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -32056,18 +32057,18 @@ collections {
                rel1 {
                   to: "base";
                   relative: 0.0 0.0;
-                  offset:   2   2;
+                  offset: 2   2;
                }
                rel2 {
                   to: "base";
                   relative: 1.0 1.0;
-                  offset:   -3  -3;
+                  offset: -3  -3;
                }
             }
          }
          part {
             name: "theme";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -32075,12 +32076,12 @@ collections {
                rel1 {
                   to: "e.swallow.content";
                   relative: 0.6 0.6;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                }
                rel2 {
                   to: "e.swallow.content";
                   relative: 1.0 1.0;
-                  offset:   -1  -1;
+                  offset: -1  -1;
                }
                image.normal: "theme-label.png";
             }
@@ -32108,81 +32109,81 @@ collections {
       programs {
          program {
             name: "sel";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
             transition: DECELERATE 0.2;
-            target:  "glow";
+            target: "glow";
          }
          program {
             name: "unsel";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
             transition: DECELERATE 1.0;
-            target:  "glow";
+            target: "glow";
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "base";
-            target:  "icon_zoom";
-            target:  "e.swallow.content";
-            target:  "events";
-            target:  "theme";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "base";
+            target: "icon_zoom";
+            target: "e.swallow.content";
+            target: "events";
+            target: "theme";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon_zoom";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon_zoom";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "max" 0.0;
+            target: "icon_zoom";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "default" 0.0;
+            target: "icon_zoom";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "max2" 0.0;
+            target: "icon_zoom";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "default" 0.0;
+            target: "icon_zoom";
             transition: SINUSOIDAL 0.3;
          }
          program {
             name: "thumb_ungen";
-            signal:  "e,action,thumb,ungen";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "base";
-            target:  "icon_zoom";
-            target:  "e.swallow.content";
-            target:  "events";
-            target:  "theme";
-            target:  "glow";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,ungen";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "base";
+            target: "icon_zoom";
+            target: "e.swallow.content";
+            target: "events";
+            target: "theme";
+            target: "glow";
+            after: "thumb_gen2";
          }
       }
    }
@@ -32225,7 +32226,7 @@ collections {
          part {
             name: "icon_box";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -32250,7 +32251,7 @@ collections {
          }
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             description {
                state: "default" 0.0;
@@ -32258,12 +32259,12 @@ collections {
                rel1 {
                   to: "icon_zoom";
                   relative: 0.0 0.0;
-                  offset:   4   4;
+                  offset: 4   4;
                }
                rel2 {
                   to: "icon_zoom";
                   relative: 1.0 1.0;
-                  offset:   -5  -5;
+                  offset: -5  -5;
                }
                color: 200 0 0 255;
             }
@@ -32276,7 +32277,7 @@ collections {
          part {
             name: "icon_zoom";
             type: RECT;
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                visible: 0;
@@ -32310,12 +32311,12 @@ collections {
                rel1 {
                   to: "base";
                   relative: 0.0 0.0;
-                  offset:   2   2;
+                  offset: 2   2;
                }
                rel2 {
                   to: "base";
                   relative: 1.0 1.0;
-                  offset:   -3  -3;
+                  offset: -3  -3;
                }
             }
          }
@@ -32337,62 +32338,62 @@ collections {
       programs {
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "base";
-            target:  "icon_zoom";
-            target:  "e.swallow.content";
-            target:  "events";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "base";
+            target: "icon_zoom";
+            target: "e.swallow.content";
+            target: "events";
+            after: "thumb_gen2";
          }
          program {
             name: "thumb_gen2";
-            action:  STATE_SET "min" 0.0;
-            target:  "icon_zoom";
-            after:   "thumb_gen3";
+            action: STATE_SET "min" 0.0;
+            target: "icon_zoom";
+            after: "thumb_gen3";
          }
          program {
             name: "thumb_gen3";
-            action:  STATE_SET "max" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "max" 0.0;
+            target: "icon_zoom";
             transition: DECELERATE 0.2;
-            after:   "thumb_gen4";
+            after: "thumb_gen4";
          }
          program {
             name: "thumb_gen4";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "default" 0.0;
+            target: "icon_zoom";
             transition: SINUSOIDAL 0.1;
-            after:   "thumb_gen5";
+            after: "thumb_gen5";
          }
          program {
             name: "thumb_gen5";
-            action:  STATE_SET "max2" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "max2" 0.0;
+            target: "icon_zoom";
             transition: SINUSOIDAL 0.2;
-            after:   "thumb_gen6";
+            after: "thumb_gen6";
          }
          program {
             name: "thumb_gen6";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_zoom";
+            action: STATE_SET "default" 0.0;
+            target: "icon_zoom";
             transition: SINUSOIDAL 0.3;
          }
          program {
             name: "thumb_ungen";
-            signal:  "e,action,thumb,ungen";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "icon_box_shadow";
-            target:  "icon_box";
-            target:  "base";
-            target:  "icon_zoom";
-            target:  "e.swallow.content";
-            target:  "events";
-            after:   "thumb_gen2";
+            signal: "e,action,thumb,ungen";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "icon_box_shadow";
+            target: "icon_box";
+            target: "base";
+            target: "icon_zoom";
+            target: "e.swallow.content";
+            target: "events";
+            after: "thumb_gen2";
          }
       }
    }
@@ -32416,14 +32417,14 @@ collections {
          //    }
          part {
             name: "e.swallow.content";
-            //       clip_to: "clipper";
+            // clip_to: "clipper";
             type: SWALLOW;
             description {
                state: "default" 0.0;
                rel1.offset: 0 0;
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   -1   -1;
+                  offset: -1   -1;
                   to_x: "sb_vbar";
                }
             }
@@ -32439,11 +32440,11 @@ collections {
                align: 1.0 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  offset:   -1 0;
+                  offset: -1 0;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -1 -1;
+                  offset: -1 -1;
                }
             }
             description {
@@ -32452,11 +32453,11 @@ collections {
                max: 0 99999;
                rel1 {
                   relative: 1.0 0.0;
-                  offset:   -1 0;
+                  offset: -1 0;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -1 -1;
+                  offset: -1 -1;
                }
             }
          }
@@ -32470,13 +32471,13 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   0    -1;
-                  to:       "sb_vbar_a1";
+                  offset: 0    -1;
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0  0.0;
-                  offset:   -1    0;
-                  to:       "sb_vbar_a2";
+                  offset: -1    0;
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -32487,9 +32488,9 @@ collections {
             description {
                state: "default" 0.0;
                max: 3 99999;
-               rel1.to:       "sb_vbar_base";
-               rel1.offset:   1 0;
-               rel2.to:       "sb_vbar_base";
+               rel1.to: "sb_vbar_base";
+               rel1.offset: 1 0;
+               rel2.to: "sb_vbar_base";
                image {
                   normal: "sb_runnerv.png";
                   border: 0 0 4 4;
@@ -32507,11 +32508,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "sb_vbar_a1";
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
             }
          }
@@ -32525,11 +32526,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "sb_vbar_a2";
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -32548,12 +32549,12 @@ collections {
                min: 17 17;
                rel1 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_vbar_base";
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   0    0;
+                  offset: 0    0;
                   to: "sb_vbar_base";
                }
                image {
@@ -32611,12 +32612,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  0.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -32653,12 +32654,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  1.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  1.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -32687,84 +32688,84 @@ collections {
             name: "sb_vbar_show";
             signal: "e,action,show,vbar";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_vbar_hide";
             signal: "e,action,hide,vbar";
             source: "e";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_vbar_a1_down";
             signal: "mouse,down,1";
             source: "sb_vbar_a1";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_vbar_a1_arrow";
          }
          program {
             name: "sb_vbar_a1_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a1";
-            action:  DRAG_VAL_STEP 0.0 -1.0;
+            action: DRAG_VAL_STEP 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_a1_up";
             signal: "mouse,up,1";
             source: "sb_vbar_a1";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar_a1_arrow";
          }
          program {
             name: "sb_vbar_a2_down";
             signal: "mouse,down,1";
             source: "sb_vbar_a2";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "sb_vbar_a2_arrow";
          }
          program {
             name: "sb_vbar_a2_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a2";
-            action:  DRAG_VAL_STEP 0.0 1.0;
+            action: DRAG_VAL_STEP 0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_a2_up";
             signal: "mouse,up,1";
             source: "sb_vbar_a2";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar_a2_arrow";
          }
          program {
             name: "sb_vbar_p1_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p1";
-            action:  DRAG_VAL_PAGE 0.0 -1.0;
+            action: DRAG_VAL_PAGE 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_p2_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p2";
-            action:  DRAG_VAL_PAGE  0.0 1.0;
+            action: DRAG_VAL_PAGE  0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_down";
             signal: "mouse,down,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_up";
             signal: "mouse,up,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "e.dragable.vbar";
          }
       }
@@ -32848,7 +32849,7 @@ collections {
          }
          part {
             name: "border_bg";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 255 255 255 66;
@@ -32892,7 +32893,7 @@ collections {
                }
                rel2 {
                   relative: 0.5 1.0;
-                  offset:  -1 -2;
+                  offset: -1 -2;
                   to_y: "selector_frame";
                }
             }
@@ -32906,7 +32907,7 @@ collections {
                }
                rel2 {
                   relative: 0.0 1.0;
-                  offset:   0 -2;
+                  offset: 0 -2;
                }
             }
          }
@@ -32936,7 +32937,7 @@ collections {
                }
                rel2 {
                   relative: 0.5 1.0;
-                  offset:   -1 -2;
+                  offset: -1 -2;
                }
             }
          }
@@ -33052,7 +33053,7 @@ collections {
          part {
             name: "border_bg";
             clip_to: "clip";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 255 255 255 10;
@@ -33073,7 +33074,7 @@ collections {
          part {
             name: "border";
             clip_to: "clip";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 255 255 255 80;
@@ -33094,8 +33095,8 @@ collections {
             clip_to: "clip";
             description {
                state: "default" 0.0;
-               rel1.offset:   10   10;
-               rel2.offset:   -11   -11;
+               rel1.offset: 10   10;
+               rel2.offset: -11   -11;
             }
          }
          part {
@@ -33124,11 +33125,11 @@ collections {
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   15   15;
+                  offset: 15   15;
                }
                rel2 {
                   relative: 0.0 0.0;
-                  offset:   79  79;
+                  offset: 79  79;
                }
             }
          }
@@ -33145,11 +33146,11 @@ collections {
                aspect_preference: VERTICAL;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   15   15;
+                  offset: 15   15;
                }
                rel2 {
                   relative: 0.0 0.0;
-                  offset:   100  79;
+                  offset: 100  79;
                }
                color: 255 255 255 0;
             }
@@ -33247,16 +33248,16 @@ collections {
          }
          program {
             name: "thumb_show";
-            signal:  "e,action,thumb,show";
-            source:  "e";
-            action:  STATE_SET "faded" 0.0;
+            signal: "e,action,thumb,show";
+            source: "e";
+            action: STATE_SET "faded" 0.0;
             /* transition: SINUSOIDAL 0.05; */
             target: "icon_clip";
-            after:   "thumb_show2";
+            after: "thumb_show2";
          }
          program {
             name: "thumb_show2";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: SINUSOIDAL 0.2;
             target: "icon_clip";
          }
@@ -33406,7 +33407,7 @@ collections {
                state: "default" 0.0;
                rel1.to_x: "base";
                rel1.to_y: "input_base";
-               rel2.to:   "base";
+               rel2.to: "base";
                image {
                   normal: "base_bg.png";
                   border: 2 2 2 2;
@@ -33529,7 +33530,7 @@ collections {
                min: 32 28;
                max: 9999 28;
                rel1 {
-                  offset:  -3 0;
+                  offset: -3 0;
                   to: "input_base";
                }
                rel2 {
@@ -33554,12 +33555,12 @@ collections {
                fixed: 0 1;
                align: 0.0 0.5;
                rel1 {
-                  offset:   10   7;
+                  offset: 10   7;
                   to: "input_bg";
                }
                rel2 {
                   relative: 0.0 1.0;
-                  offset:   10  -5;
+                  offset: 10  -5;
                   to: "input_bg";
                }
                color: 0 0 0 255;
@@ -33627,12 +33628,12 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   2 0;
+                  offset: 2 0;
                   to: "base";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  offset:   -3  0;
+                  offset: -3  0;
                   to_y: "bar_base";
                   to_x: "base";
                }
@@ -33665,12 +33666,12 @@ collections {
                fixed: 1 1;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   0 3;
+                  offset: 0 3;
                   to: "list_clip";
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -1  -1;
+                  offset: -1  -1;
                   to: "list_clip";
                }
             }
@@ -33792,7 +33793,7 @@ collections {
             action: STATE_SET "faded" 0.0;
             /* transition: SINUSOIDAL 0.5; */
             target: "bar_clip";
-            after:  "update_list2";
+            after: "update_list2";
          }
          program {
             name: "update_list2";
@@ -33874,7 +33875,7 @@ collections {
          part {
             name: "e.text.label";
             type: TEXT;
-            mouse_events:  0;
+            mouse_events: 0;
             clip_to: "clip";
             scale: 1;
             description {
@@ -33904,22 +33905,22 @@ collections {
       programs {
          program {
             name: "go_active";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
-            target:  "e.text.label";
-            target:  "label2";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
+            target: "e.text.label";
+            target: "label2";
             transition: LINEAR 0.1;
          }
          program {
             name: "go_passive";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "bg";
-            target:  "e.text.label";
-            target:  "label2";
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "e.text.label";
+            target: "label2";
          }
       }
    }
@@ -33955,18 +33956,18 @@ collections {
       parts {
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             description {
                state: "default" 0.0;
                visible: 0;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   0   -3;
+                  offset: 0   -3;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -1  6;
+                  offset: -1  6;
                }
             }
          }
@@ -33992,11 +33993,11 @@ collections {
                state: "default" 0.0;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   6   1;
+                  offset: 6   1;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -3  -3;
+                  offset: -3  -3;
                }
             }
          }
@@ -34016,7 +34017,7 @@ collections {
          }
          part {
             name: "shadow2";
-            mouse_events:  0;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                rel1.relative: 0.0 1.0;
@@ -34047,7 +34048,7 @@ collections {
          }
          part {
             name: "busy";
-            mouse_events:  0;
+            mouse_events: 0;
             clip_to: "busy_clip";
             description {
                state: "default" 0.0;
@@ -34057,22 +34058,22 @@ collections {
                aspect_preference: BOTH;
                rel1 {
                   relative: 0.5 0.5;
-                  offset:   0 0;
+                  offset: 0 0;
                }
                rel2 {
                   relative: 0.5 0.5;
-                  offset:   -1 1;
+                  offset: -1 1;
                }
                image {
                   normal: "busy-9.png";
-                  tween:  "busy-1.png";
-                  tween:  "busy-2.png";
-                  tween:  "busy-3.png";
-                  tween:  "busy-4.png";
-                  tween:  "busy-5.png";
-                  tween:  "busy-6.png";
-                  tween:  "busy-7.png";
-                  tween:  "busy-8.png";
+                  tween: "busy-1.png";
+                  tween: "busy-2.png";
+                  tween: "busy-3.png";
+                  tween: "busy-4.png";
+                  tween: "busy-5.png";
+                  tween: "busy-6.png";
+                  tween: "busy-7.png";
+                  tween: "busy-8.png";
                }
             }
          }
@@ -34082,7 +34083,7 @@ collections {
             name: "busy1";
             signal: "e,state,busy,on";
             source: "e";
-            action:  STATE_SET "visible" 0.0;
+            action: STATE_SET "visible" 0.0;
             transition: LINEAR 1.0;
             target: "busy_clip";
          }
@@ -34093,13 +34094,13 @@ collections {
             action: STATE_SET "default" 0.0;
             transition: LINEAR 0.3333;
             target: "busy";
-            after:  "busy_anim";
+            after: "busy_anim";
          }
          program {
             name: "busy2";
             signal: "e,state,busy,off";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             transition: LINEAR 1.0;
             target: "busy_clip";
             after: "busy3";
@@ -34146,18 +34147,18 @@ collections {
          }
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             description {
                state: "default" 0.0;
                visible: 0;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   0   4;
+                  offset: 0   4;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -5  -5;
+                  offset: -5  -5;
                }
                color: 255 255 255 0;
             }
@@ -34170,7 +34171,7 @@ collections {
          }
          part {
             name: "clip";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             clip_to: "base";
             description {
@@ -34194,12 +34195,12 @@ collections {
                rel1 {
                   to: "base";
                   relative: 0.0 0.0;
-                  offset:   2   0;
+                  offset: 2   0;
                }
                rel2 {
                   to: "base";
                   relative: 1.0 1.0;
-                  offset:   -3  -11;
+                  offset: -3  -11;
                }
             }
          }
@@ -34212,12 +34213,12 @@ collections {
                rel1 {
                   to: "base";
                   relative: 0.0 0.0;
-                  offset:   5   3;
+                  offset: 5   3;
                }
                rel2 {
                   to: "base";
                   relative: 1.0 1.0;
-                  offset:   -6  -13;
+                  offset: -6  -13;
                }
             }
          }
@@ -34249,60 +34250,60 @@ collections {
       programs {
          program {
             name: "sel";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
             /* transition: DECELERATE 0.; */
-            target:  "bg";
-            /* target:  "clip"; */
+            target: "bg";
+            /* target: "clip"; */
          }
          program {
             name: "unsel";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
             transition: SINUSOIDAL 0.1;
-            target:  "bg";
-            /* target:  "clip"; */
+            target: "bg";
+            /* target: "clip"; */
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "default" 0.0;
             transition: DECELERATE 0.0;
-            target:  "base";
+            target: "base";
             after: "thumb_ungen";
          }
          program {
             name: "thumb_ungen";
-            signal:  "e,action,thumb,ungen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
+            signal: "e,action,thumb,ungen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
             transition: SINUSOIDAL 0.15;
-            target:  "base";
+            target: "base";
          }
          program {
             name: "thumb_show_delayed";
-            signal:  "e,action,thumb,show_delayed";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "base";
+            signal: "e,action,thumb,show_delayed";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "base";
             after: "thumb_show_delayed2";
          }
          program {
             name: "thumb_show_delayed2";
-            action:  STATE_SET "visible" 0.0;
+            action: STATE_SET "visible" 0.0;
             transition: SINUSOIDAL 0.3;
-            target:  "base";
+            target: "base";
          }
          program {
             name: "thumb_show";
-            signal:  "e,action,thumb,show";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
+            signal: "e,action,thumb,show";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
             transition: SINUSOIDAL 0.1;
-            target:  "base";
+            target: "base";
          }
       }
    }
@@ -34342,18 +34343,18 @@ collections {
          }
          part {
             name: "base";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             description {
                state: "default" 0.0;
                visible: 0;
                rel1 {
                   relative: 0.0 0.0;
-                  offset:   0   3;
+                  offset: 0   3;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -5  -4;
+                  offset: -5  -4;
                }
                color: 255 255 255 0;
             }
@@ -34366,7 +34367,7 @@ collections {
          }
          part {
             name: "clip";
-            mouse_events:  0;
+            mouse_events: 0;
             type: RECT;
             clip_to: "base";
             description {
@@ -34374,12 +34375,12 @@ collections {
                rel1 {
                   to: "base";
                   relative: 0.0 0.0;
-                  offset:   2   0;
+                  offset: 2   0;
                }
                rel2 {
                   to: "base";
                   relative: 0.0 1.0;
-                  offset:   40   -1;
+                  offset: 40   -1;
                }
                color: 235 235 235 255;
             }
@@ -34424,17 +34425,17 @@ collections {
                align: 0.0 0.5;
                 min: 16 16;
                 max: 16 16;
-                /* aspect_preference:  */
+                /* aspect_preference: */
                 visible: 0;
                rel1 {
                   to: "base";
                   relative: 1.0 0.0;
-                  offset:   -21  6;
+                  offset: -21  6;
                }
                rel2 {
                   to: "base";
                   relative: 1.0 1.0;
-                  offset:   1 -7;
+                  offset: 1 -7;
                }
                image {
                   normal: "icon_right_arrow.png";
@@ -34450,7 +34451,7 @@ collections {
                rel1 {
                   to: "base";
                   relative: 1.0 0.0;
-                  offset:   -21  6;
+                  offset: -21  6;
                }
             }
          }
@@ -34552,84 +34553,84 @@ collections {
       programs {
          program {
             name: "sel";
-            signal:  "e,state,selected";
-            source:  "e";
-            action:  STATE_SET "selected" 0.0;
-            target:  "bg";
+            signal: "e,state,selected";
+            source: "e";
+            action: STATE_SET "selected" 0.0;
+            target: "bg";
             transition: ACCELERATE 0.05;
-            /* target:  "clip"; */
+            /* target: "clip"; */
          }
          program {
             name: "unsel";
-            signal:  "e,state,unselected";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
+            signal: "e,state,unselected";
+            source: "e";
+            action: STATE_SET "default" 0.0;
             /* transition: LINEAR 0.1; */
-            target:  "bg";
-            /* target:  "clip"; */
+            target: "bg";
+            /* target: "clip"; */
          }
          program {
             name: "arrow_show";
-            signal:  "e,state,browseable";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
+            signal: "e,state,browseable";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
             /* transition: SINUSOIDAL 0.1; */
-            target:  "arrow";
+            target: "arrow";
          }
          program {
             name: "thumb_gen";
-            signal:  "e,action,thumb,gen";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
+            signal: "e,action,thumb,gen";
+            source: "e";
+            action: STATE_SET "default" 0.0;
             transition: DECELERATE 0.0;
-            target:  "base";
+            target: "base";
             after: "thumb_ungen";
          }
          program {
             name: "thumb_ungen";
-            signal:  "e,action,thumb,ungen";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
+            signal: "e,action,thumb,ungen";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
             /* transition: SINUSOIDAL 0.15; */
-            target:  "base";
+            target: "base";
          }
          program {
             name: "thumb_show_delayed";
-            signal:  "e,action,thumb,show_delayed";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-            target:  "base";
+            signal: "e,action,thumb,show_delayed";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "base";
             after: "thumb_show_delayed2";
          }
          program {
             name: "thumb_show_delayed2";
-            action:  STATE_SET "visible" 0.0;
+            action: STATE_SET "visible" 0.0;
             /* transition: SINUSOIDAL 0.3; */
-            target:  "base";
+            target: "base";
          }
          program {
             name: "thumb_show";
-            signal:  "e,action,thumb,show";
-            source:  "e";
-            action:  STATE_SET "visible" 0.0;
+            signal: "e,action,thumb,show";
+            source: "e";
+            action: STATE_SET "visible" 0.0;
             /* transition: SINUSOIDAL 0.1; */
-            target:  "base";
+            target: "base";
          }
          program {
             name: "detail_show";
-            signal:  "e,state,detail,show";
-            source:  "e";
-            action:  STATE_SET "detail" 0.0;
-             target:  "e.text.label";
-             target:  "e.text.detail";
+            signal: "e,state,detail,show";
+            source: "e";
+            action: STATE_SET "detail" 0.0;
+             target: "e.text.label";
+             target: "e.text.detail";
          }
          program {
             name: "detail_hide";
-            signal:  "e,state,detail,hide";
-            source:  "e";
-            action:  STATE_SET "default" 0.0;
-             target:  "e.text.label";
-             target:  "e.text.detail";
+            signal: "e,state,detail,hide";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+             target: "e.text.label";
+             target: "e.text.detail";
          }
       }
    }
@@ -34661,7 +34662,7 @@ collections {
                rel1.offset: 0 0;
                rel2 {
                   relative: 0.0  1.0;
-                  offset:   2   -1;
+                  offset: 2   -1;
                   to_x: "sb_vbar";
                }
             }
@@ -34677,11 +34678,11 @@ collections {
                align: 1.0 0.0;
                rel1 {
                   relative: 1.0 0.0;
-                  offset:   -1 0;
+                  offset: -1 0;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -1 -1;
+                  offset: -1 -1;
                }
             }
             description {
@@ -34690,11 +34691,11 @@ collections {
                max: 0 99999;
                rel1 {
                   relative: 1.0 0.0;
-                  offset:   -1 0;
+                  offset: -1 0;
                }
                rel2 {
                   relative: 1.0 1.0;
-                  offset:   -1 -1;
+                  offset: -1 -1;
                }
             }
          }
@@ -34708,13 +34709,13 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0  1.0;
-                  offset:   0    -1;
-                  to:       "sb_vbar_a1";
+                  offset: 0    -1;
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0  0.0;
-                  offset:   -1    0;
-                  to:       "sb_vbar_a2";
+                  offset: -1    0;
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -34725,9 +34726,9 @@ collections {
             description {
                state: "default" 0.0;
                max: 3 99999;
-               rel1.to:       "sb_vbar_base";
-               rel1.offset:   -2 0;
-               rel2.to:       "sb_vbar_base";
+               rel1.to: "sb_vbar_base";
+               rel1.offset: -2 0;
+               rel2.to: "sb_vbar_base";
                image {
                   normal: "sb_runnerv.png";
                   border: 0 0 4 4;
@@ -34745,11 +34746,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "sb_vbar_a1";
+                  to: "sb_vbar_a1";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
             }
          }
@@ -34763,11 +34764,11 @@ collections {
                color: 0 0 0 0;
                rel1 {
                   relative: 0.0 1.0;
-                  to:       "e.dragable.vbar";
+                  to: "e.dragable.vbar";
                }
                rel2 {
                   relative: 1.0 0.0;
-                  to:       "sb_vbar_a2";
+                  to: "sb_vbar_a2";
                }
             }
          }
@@ -34786,12 +34787,12 @@ collections {
                min: 7 17;
                rel1 {
                   relative: 0.5  0.5;
-                  offset:   -1    0;
+                  offset: -1    0;
                   to: "sb_vbar_base";
                }
                rel2 {
                   relative: 0.5  0.5;
-                  offset:   -1    0;
+                  offset: -1    0;
                   to: "sb_vbar_base";
                }
                image {
@@ -34849,12 +34850,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  0.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  0.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -34873,12 +34874,12 @@ collections {
                rel1 {
                   to: "sb_vbar";
                   relative: 0.0  1.0;
-                  offset:   0    0;
+                  offset: 0    0;
                }
                rel2 {
                   to: "sb_vbar";
                   relative: 1.0  1.0;
-                  offset:   -1   0;
+                  offset: -1   0;
                }
             }
          }
@@ -34888,56 +34889,56 @@ collections {
             name: "sb_vbar_show";
             signal: "e,action,show,vbar";
             source: "e";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_vbar_hide";
             signal: "e,action,hide,vbar";
             source: "e";
-            action:  STATE_SET "hidden" 0.0;
+            action: STATE_SET "hidden" 0.0;
             target: "sb_vbar";
          }
          program {
             name: "sb_vbar_a1_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a1";
-            action:  DRAG_VAL_STEP 0.0 -1.0;
+            action: DRAG_VAL_STEP 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_a2_down2";
             signal: "mouse,down,1";
             source: "sb_vbar_a2";
-            action:  DRAG_VAL_STEP 0.0 1.0;
+            action: DRAG_VAL_STEP 0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_p1_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p1";
-            action:  DRAG_VAL_PAGE 0.0 -1.0;
+            action: DRAG_VAL_PAGE 0.0 -1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_p2_down";
             signal: "mouse,down,1";
             source: "sb_vbar_p2";
-            action:  DRAG_VAL_PAGE  0.0 1.0;
+            action: DRAG_VAL_PAGE  0.0 1.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_down";
             signal: "mouse,down,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "clicked" 0.0;
+            action: STATE_SET "clicked" 0.0;
             target: "e.dragable.vbar";
          }
          program {
             name: "sb_vbar_up";
             signal: "mouse,up,1";
             source: "e.dragable.vbar";
-            action:  STATE_SET "default" 0.0;
+            action: STATE_SET "default" 0.0;
             target: "e.dragable.vbar";
          }
       }
@@ -35078,12 +35079,12 @@ collections {
                visible: 0;
                color: 255 255 255 0;
                rel1 {
-                  relative:  -1.0  -1.0;
-                  offset:   -9999 -9999;
+                  relative: -1.0  -1.0;
+                  offset: -9999 -9999;
                }
                rel2 {
-                  relative:  2.0   2.0;
-                  offset:    9999  9999;
+                  relative: 2.0   2.0;
+                  offset: 9999  9999;
                }
             }
             description { state: "visible" 0.0;
@@ -35105,12 +35106,12 @@ collections {
                rel1 {
                   to: "e.swallow.content";
                   relative: 0.0  0.0;
-                  offset:   -16  -14;
+                  offset: -16  -14;
                }
                rel2 {
                   to: "e.swallow.content";
                   relative: 1.0  1.0;
-                  offset:    15   17;
+                  offset: 15   17;
                }
             }
             description { state: "hidden" 0.0;
@@ -35125,11 +35126,11 @@ collections {
                visible: 0;
                rel1 {
                   relative: 0.05  0.05;
-                  offset:     0    0;
+                  offset: 0    0;
                }
                rel2 {
                   relative: 0.95  0.95;
-                  offset:    -1   -1;
+                  offset: -1   -1;
                }
             }
             description { state: "visible" 0.0;
@@ -35157,22 +35158,22 @@ collections {
             description { state: "focus1" 0.0;
                inherit: "default" 0.0;
                rel1.offset: -10 -10;
-               rel2.offset:   9   9;
+               rel2.offset: 9   9;
             }
             description { state: "focus2" 0.0;
                inherit: "default" 0.0;
-               rel1.offset:   4   4;
-               rel2.offset:  -5  -5;
+               rel1.offset: 4   4;
+               rel2.offset: -5  -5;
             }
             description { state: "focus3" 0.0;
                inherit: "default" 0.0;
-               rel1.offset:  -3  -3;
-               rel2.offset:   2   2;
+               rel1.offset: -3  -3;
+               rel2.offset: 2   2;
             }
             description { state: "focus4" 0.0;
                inherit: "default" 0.0;
-               rel1.offset:   1   1;
-               rel2.offset:  -2  -2;
+               rel1.offset: 1   1;
+               rel2.offset: -2  -2;
             }
          }
          part { name: "glow";
@@ -35182,7 +35183,7 @@ collections {
                rel1.to: "e.swallow.content";
                rel1.offset: -3 -3;
                rel2.to: "e.swallow.content";
-               rel2.offset:  2  2;
+               rel2.offset: 2  2;
                color: 255 255 255 0;
                image {
                   normal: "bt_glow.png";
@@ -35192,16 +35193,16 @@ collections {
                fill.smooth: 0;
             }
             description { state: "active" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 1;
                color: 255 255 255 255;
             }
             description { state: "faded" 0.0;
-               inherit:  "default" 0.0;
+               inherit: "default" 0.0;
                visible: 1;
                color: 255 255 255 0;
                rel1.offset: -23 -22;
-               rel2.offset:  22  22;
+               rel2.offset: 22  22;
             }
          }
       }
@@ -35307,12 +35308,12 @@ collections {
                visible: 0;
                color: 255 255 255 0;
                rel1 {
-                  relative:  -1.0  -1.0;
-                  offset:   -9999 -9999;
+                  relative: -1.0  -1.0;
+                  offset: -9999 -9999;
                }
                rel2 {
-                  relative:  2.0   2.0;
-                  offset:    9999  9999;
+                  relative: 2.0   2.0;
+                  offset: 9999  9999;
                }
             }
             description { state: "visible" 0.0;
@@ -35336,12 +35337,12 @@ collections {
                rel1 {
                   to: "e.swallow.content";
                   relative: 0.0  0.0;
-                  offset:   -16  -14;
+                  offset: -16  -14;
                }
                rel2 {
                   to: "e.swallow.content";
                   relative: 1.0  1.0;
-                  offset:    15   17;
+                  offset: 15   17;
                }
             }
             description { state: "hidden" 0.0;
@@ -35356,11 +35357,11 @@ collections {
             description { state: "default" 0.0;
                rel1 {
                   relative: 0.05  0.05;
-                  offset:     0    0;
+                  offset: 0    0;
                }
                rel2 {
                   relative: 0.95  0.95;
-                  offset:    -1   -1;
+                  offset: -1   -1;
                }
             }
             description { state: "visible" 0.0;