raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=50f8a9135d15fced44bb4444985c3d4e638079dc

commit 50f8a9135d15fced44bb4444985c3d4e638079dc
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Aug 13 19:26:52 2015 +0900

    elm theme - conformant - fix to have proper min size of conformant
    
    conformant would ignore min size of content (and propagate min size
    to paent widget - eg window). this was just wrong. remove fixed here
    (also align is useless as that is a default).
    
    @fix
---
 data/themes/edc/elm/conform.edc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/data/themes/edc/elm/conform.edc b/data/themes/edc/elm/conform.edc
index 373d41d..941e5c6 100644
--- a/data/themes/edc/elm/conform.edc
+++ b/data/themes/edc/elm/conform.edc
@@ -11,8 +11,6 @@ group { name: "elm/conformant/base/default";
       part { name: "elm.swallow.content";
          type: SWALLOW;
          description { state: "default" 0.0;
-            fixed: 0 1;
-            align: 0.5 0.5;
             rel1.relative: 0.0 1.0;
             rel1.to_y: "elm.swallow.indicator";
             rel2.relative: 1.0 0.0;

-- 


Reply via email to