hermet pushed a commit to branch master.

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

commit 32123a78d48d0f579dfe9ecd58601b1f2c45971e
Author: Hermet Park <[email protected]>
Date:   Wed Jul 27 22:58:06 2016 +0900

    theme: set clipper size properly.
    
    Some dialogue layout had larger size clipper than actual box size.
    Correct clipper size to fit to dialogue box.
---
 data/themes/default/layout_common.edc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index a6d310e..c8756ad 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -212,6 +212,11 @@ group { "newfile_layout";
             color: 255 255 255 255;
          }
       }
+      rect { "content_clipper";
+         clip_to: "clipper";
+         desc { "default";
+         }
+      }
       rect { "bg";
          clip_to: "clipper";
          desc { "default";
@@ -293,7 +298,7 @@ group { "newfile_layout";
          }
       }
       swallow { "elm.swallow.content";
-         clip_to: "clipper";
+         clip_to: "content_clipper";
          desc {
             rel1 { to: "title_frame"; relative: 0 1; offset: 0 5; }
             rel2 { to: "base_frame"; relative: 1 0.91; }

-- 


Reply via email to