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
This commit is contained in:
Carsten Haitzler 2015-08-13 19:26:52 +09:00
parent 1bc01460c4
commit 86e4264c3b
1 changed files with 0 additions and 2 deletions

View File

@ -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;