From: Jaehwan Kim Date: Tue, 3 Apr 2012 10:20:14 +0000 (+0900) Subject: [Toolbar] Remove the max in textblock for 2 line text. X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~183^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49a839a4412613e6b505644ea0e980eba6da0468;p=profile%2Fivi%2Fefl-theme-tizen.git [Toolbar] Remove the max in textblock for 2 line text. --- diff --git a/themes/widgets/toolbar.edc b/themes/widgets/toolbar.edc index 82f4642..fd9efbc 100644 --- a/themes/widgets/toolbar.edc +++ b/themes/widgets/toolbar.edc @@ -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;