[Toolbar] Remove the max in textblock for 2 line text.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 3 Apr 2012 10:20:14 +0000 (19:20 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 3 Apr 2012 10:20:14 +0000 (19:20 +0900)
themes/widgets/toolbar.edc

index 82f4642..fd9efbc 100644 (file)
@@ -91,12 +91,12 @@ group { name: "elm/toolbar/item/default";
             visible: 0;
             color: 255 255 255 0;
             rel1 {
-               relative: 1.0 1.0;
-               to: "padding_left_top";
+               relative: 0.0 0.0;
+               offset: 4 4;
             }
             rel2 {
-               relative: 0.0 0.0;
-               to: "padding_right_bottom";
+               relative: 1.0 1.0;
+               offset: -5 -5;
             }
             image {
                normal: "00_winset_toolbar_press.png";
@@ -343,7 +343,6 @@ group { name: "elm/toolbar/item/default";
             text {
                style: "toolbar_style";
                min: 0 1;
-               max: 0 1;
             }
          }
          description { state: "selected" 0.0;
@@ -386,7 +385,6 @@ group { name: "elm/toolbar/item/default";
             text {
                style: "toolbar_style";
                min: 0 1;
-               max: 0 1;
             }
          }
          description { state: "visible" 0.0;
@@ -763,7 +761,6 @@ group { name: "elm/toolbar/item/item_horizontal";
             text {
                style: "toolbar_style";
                min: 1 0;
-               max: 1 0;
             }
          }
          description { state: "selected" 0.0;
@@ -796,7 +793,6 @@ group { name: "elm/toolbar/item/item_horizontal";
             text {
                style: "toolbar_style";
                min: 1 0;
-               max: 1 0;
             }
          }
          description { state: "selected" 0.0;
@@ -1169,7 +1165,6 @@ group { name: "elm/toolbar/item/tabbar";
             text {
                style: "toolbar_style";
                min: 0 1;
-               max: 0 1;
             }
          }
          description { state: "selected" 0.0;
@@ -1212,7 +1207,6 @@ group { name: "elm/toolbar/item/tabbar";
             text {
                style: "toolbar_style";
                min: 0 1;
-               max: 0 1;
             }
          }
          description { state: "visible" 0.0;
@@ -1597,7 +1591,6 @@ group { name: "elm/toolbar/item/tabbar/item_horizontal";
             text {
                style: "toolbar_style";
                min: 1 0;
-               max: 1 0;
             }
          }
          description { state: "selected" 0.0;
@@ -1630,7 +1623,6 @@ group { name: "elm/toolbar/item/tabbar/item_horizontal";
             text {
                style: "toolbar_style";
                min: 1 0;
-               max: 1 0;
             }
          }
          description { state: "selected" 0.0;