From 146ae3d26874851043d0527817df775ec99724c8 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 16 Feb 2013 05:37:36 +0000 Subject: [PATCH] elm panes.edc: fixed formatting. keep the consistency with other edc codes. SVN revision: 83965 --- .../elementary/data/themes/widgets/panes.edc | 126 +++++------------- 1 file changed, 30 insertions(+), 96 deletions(-) diff --git a/legacy/elementary/data/themes/widgets/panes.edc b/legacy/elementary/data/themes/widgets/panes.edc index fc8d98a9f5..aec229c12a 100644 --- a/legacy/elementary/data/themes/widgets/panes.edc +++ b/legacy/elementary/data/themes/widgets/panes.edc @@ -1,5 +1,4 @@ -group { - name: "elm/panes/vertical/default"; +group { name: "elm/panes/vertical/default"; images { image: "bt_base1.png" COMP; image: "bt_base2.png" COMP; @@ -9,68 +8,46 @@ group { image: "arrow_right.png" COMP; image: "arrow_left.png" COMP; } - parts - { - part - { - name: "whole"; + parts { + part { name: "whole"; type: RECT; mouse_events: 0; - description - { - state: "default" 0.0; + description { state: "default" 0.0; visible: 0; } } //2 contents - part - { - name: "whole_left"; + part { name: "whole_left"; type: RECT; mouse_events: 0; - description - { - state: "default" 0.0; + description { state: "default" 0.0; rel2.to_x: "elm.bar"; rel2.relative: 0.0 1.0; visible: 1; } } - part - { - name: "elm.swallow.left"; + part { name: "elm.swallow.left"; type: SWALLOW; clip_to: "whole_left"; - description - { - state: "default" 0.0; + description { state: "default" 0.0; rel1.to: "whole_left"; rel2.to: "whole_left"; } } - - part - { - name: "whole_right"; + part { name: "whole_right"; type: RECT; mouse_events: 0; - description - { - state: "default" 0.0; + description { state: "default" 0.0; rel1.to_x: "elm.bar"; rel1.relative: 1.0 0.0; visible: 1; } } - part - { - name: "elm.swallow.right"; + part { name: "elm.swallow.right"; type: SWALLOW; clip_to: "whole_right"; - description - { - state: "default" 0.0; + description { state: "default" 0.0; rel1.to: "whole_right"; rel2.to: "whole_right"; } @@ -105,7 +82,7 @@ group { visible: 0; } } - part { name: "over1"; + part { name: "over1"; mouse_events: 0; description { state: "default" 0.0; rel1.to: "elm.bar"; @@ -172,8 +149,7 @@ group { } //Arrow - part { - name: "arrow_right"; + part { name: "arrow_right"; repeat_events: 1; description { state: "default" 0.0; min: 45 45; @@ -223,8 +199,7 @@ group { rel2.offset: (45/2 + 20) 45/2; } } - part { - name: "arrow_left"; + part { name: "arrow_left"; repeat_events: 1; description { state: "default" 0.0; min: 45 45; @@ -274,7 +249,6 @@ group { rel2.offset: (-45/2 - 20) 45/2; } } - } programs { program { @@ -492,8 +466,7 @@ group { } } -group { - name: "elm/panes/horizontal/default"; +group { name: "elm/panes/horizontal/default"; images { image: "bt_base1.png" COMP; image: "bt_base2.png" COMP; @@ -503,68 +476,46 @@ group { image: "arrow_up.png" COMP; image: "arrow_down.png" COMP; } - parts - { - part - { - name: "whole"; + parts { + part { name: "whole"; type: RECT; mouse_events: 0; - description - { - state: "default" 0.0; + description { state: "default" 0.0; visible: 0; } } //2 contents - part - { - name: "whole_left"; + part { name: "whole_left"; type: RECT; mouse_events: 0; - description - { - state: "default" 0.0; + description { state: "default" 0.0; rel2.to_y: "elm.bar"; rel2.relative: 1.0 0.0; visible: 1; } } - part - { - name: "elm.swallow.left"; + part { name: "elm.swallow.left"; type: SWALLOW; clip_to: "whole_left"; - description - { - state: "default" 0.0; + description { state: "default" 0.0; rel1.to: "whole_left"; rel2.to: "whole_left"; } } - - part - { - name: "whole_right"; + part { name: "whole_right"; type: RECT; mouse_events: 0; - description - { - state: "default" 0.0; + description { state: "default" 0.0; rel1.to_y: "elm.bar"; rel1.relative: 0.0 1.0; visible: 1; } } - part - { - name: "elm.swallow.right"; + part { name: "elm.swallow.right"; type: SWALLOW; clip_to: "whole_right"; - description - { - state: "default" 0.0; + description { state: "default" 0.0; rel1.to: "whole_right"; rel2.to: "whole_right"; } @@ -599,7 +550,7 @@ group { visible: 0; } } - part { name: "over1"; + part { name: "over1"; mouse_events: 0; description { state: "default" 0.0; rel1.to: "elm.bar"; @@ -666,8 +617,7 @@ group { } //Arrow - part { - name: "arrow_right"; + part { name: "arrow_right"; repeat_events: 1; description { state: "default" 0.0; min: 45 45; @@ -699,8 +649,7 @@ group { rel2.offset: 45/2 (45/2 + 20); } } - part { - name: "arrow_left"; + part { name: "arrow_left"; repeat_events: 1; description { state: "default" 0.0; min: 45 45; @@ -732,7 +681,6 @@ group { rel2.offset: 45/2 (-45/2 - 20); } } - } programs { program { @@ -851,20 +799,6 @@ group { } } - - - - - - - - - - - - - - group { name: "elm/panes/vertical/flush"; parts { part { name: "whole"; type: SPACER;