hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=ac1a32044d9ebbf42f61f7decf65210915763edc

commit ac1a32044d9ebbf42f61f7decf65210915763edc
Author: Hermet Park <[email protected]>
Date:   Wed Jul 27 22:40:22 2016 +0900

    theme: fix indentation.
---
 data/themes/default/layout_common.edc | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index 3373d14..206aad3 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -1948,9 +1948,9 @@ group { "statusbar_layout";
       }
       swallow { "elm.swallow.cursor_arrow.tooltip";
          desc { "default";
-           fixed: 1 1;
-           rel1.to: "cursor_arrow";
-           rel2.to: "cursor_arrow";
+            fixed: 1 1;
+            rel1.to: "cursor_arrow";
+            rel2.to: "cursor_arrow";
          }
       }
       text { "elm.text.cursor_pxx";
@@ -2144,9 +2144,9 @@ group { "statusbar_layout";
       }
       swallow { "elm.swallow.group_icon.tooltip";
          desc { "default";
-           fixed: 1 1;
-           rel1.to: "group_icon";
-           rel2.to: "group_icon";
+            fixed: 1 1;
+            rel1.to: "group_icon";
+            rel2.to: "group_icon";
          }
       }
       text { "elm.text.group_name";
@@ -2203,9 +2203,9 @@ group { "statusbar_layout";
       }
       swallow { "elm.swallow.line.tooltip";
          desc { "default";
-           fixed: 1 1;
-           rel1.to: "elm.text.line_[";
-           rel2.to: "elm.text.line_[";
+            fixed: 1 1;
+            rel1.to: "elm.text.line_[";
+            rel2.to: "elm.text.line_[";
          }
       }
       text { "elm.text.line_cur";

-- 


Reply via email to