fix bitch in toolbar 7 without hurting other toolbars
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Feb 2012 12:46:18 +0000 (12:46 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Feb 2012 12:46:18 +0000 (12:46 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68412 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/widgets/toolbar.edc

index 453cb58..c528c31 100644 (file)
@@ -239,7 +239,6 @@ group { name: "elm/toolbar/item/default";
          clip_to: "elm.icon.clipper";
          description { state: "default" 0.0;
             align: 0.5 0.5;
-            fixed: 1 1;
             rel1 {
                relative: 0.0 0.0;
                offset: 2 2;
@@ -257,7 +256,6 @@ group { name: "elm/toolbar/item/default";
          clip_to: "elm.icon_new.clipper";
          description { state: "default" 0.0;
             align: 0.5 0.5;
-            fixed: 1 1;
             rel1 {
                relative: 0.0 0.0;
                offset: 2 2;
@@ -571,6 +569,7 @@ group { name: "elm/toolbar/item/item_horizontal";
    parts {
       part { name: "elm.swallow.icon";
          description { state: "default" 0.0;
+            fixed: 1 1;
             aspect: 1 1;
             aspect_preference: VERTICAL;
             align: 0.0 0.5;
@@ -581,6 +580,11 @@ group { name: "elm/toolbar/item/item_horizontal";
             color: 0 0 0 0;
          }
       }
+      part { name: "elm.swallow.icon_new";
+         description { state: "default" 0.0;
+            fixed: 1 1;
+         }
+      }
       part { name: "elm.text";
          description { state: "default" 0.0;
             align: 1 0.5;