From 4d55762fad3e57187b00f84c42de4f1037a88028 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 26 May 2014 17:53:05 +0900 Subject: [PATCH] theme - fix non-fixed size3 complaint in theme buttons this fixes T1278 --- legacy/elementary/data/themes/edc/elm/button.edc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/elementary/data/themes/edc/elm/button.edc b/legacy/elementary/data/themes/edc/elm/button.edc index 56173fff4d..7f81ca7d29 100644 --- a/legacy/elementary/data/themes/edc/elm/button.edc +++ b/legacy/elementary/data/themes/edc/elm/button.edc @@ -163,6 +163,7 @@ group { name: "elm/button/base/default"; text_class: "button"; } visible: 0; + fixed: 1 1; } description { state: "visible" 0.0; inherit: "default" 0.0; @@ -170,12 +171,14 @@ group { name: "elm/button/base/default"; text.min: 1 1; text.ellipsis: -1; visible: 1; + fixed: 0 0; } description { state: "textonly" 0.0; inherit: "default" 0.0; text.min: 1 1; text.ellipsis: -1; visible: 1; + fixed: 0 0; } description { state: "disabled_visible" 0.0; inherit: "default" 0.0; @@ -185,6 +188,7 @@ group { name: "elm/button/base/default"; text.min: 1 1; text.ellipsis: -1; visible: 1; + fixed: 0 0; } description { state: "disabled_textonly" 0.0; inherit: "default" 0.0; @@ -193,6 +197,7 @@ group { name: "elm/button/base/default"; text.min: 1 1; text.ellipsis: -1; visible: 1; + fixed: 0 0; } } part { name: "event"; type: RECT;