summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-05-26 17:53:05 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-05-26 17:53:05 +0900
commit9f53154bb216e8998586c2458e5f1c86d5b55011 (patch)
tree3fb93e385bd51b4b301b0775b952374f55b21f29
parenta0c8b41221cf4a34b1f5e9d05ce61cc922635287 (diff)
downloadelementary-9f53154bb216e8998586c2458e5f1c86d5b55011.tar.gz
theme - fix non-fixed size3 complaint in theme buttons
this fixes T1278
-rw-r--r--data/themes/edc/elm/button.edc5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc
index 56173fff4..7f81ca7d2 100644
--- a/data/themes/edc/elm/button.edc
+++ b/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;