From 86e4264c3b97c787ea76c6e9140c2871577cd9fb Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 13 Aug 2015 19:26:52 +0900 Subject: [PATCH] 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 --- legacy/elementary/data/themes/edc/elm/conform.edc | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/elementary/data/themes/edc/elm/conform.edc b/legacy/elementary/data/themes/edc/elm/conform.edc index 373d41d83b..941e5c6515 100644 --- a/legacy/elementary/data/themes/edc/elm/conform.edc +++ b/legacy/elementary/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;