diff options
author | Soohye Shin <soohye.shin@samsung.com> | 2015-01-21 16:50:53 +0900 |
---|---|---|
committer | Soohye Shin <soohye.shin@samsung.com> | 2015-01-21 16:54:05 +0900 |
commit | 2875f5ca245c80bc6b8269ca700126fa4b863f71 (patch) | |
tree | 1c7843c86e530c93c4fbf8ae86be67b45e9357e2 /edje | |
parent | 2bb7360926ef68590cc46f29897c21d513c0559b (diff) | |
download | homescreen-2875f5ca245c80bc6b8269ca700126fa4b863f71.tar.gz homescreen-2875f5ca245c80bc6b8269ca700126fa4b863f71.tar.bz2 homescreen-2875f5ca245c80bc6b8269ca700126fa4b863f71.zip |
fix the missing text part in dynamic bar and add profile imagessubmit/tizen_tv/20150121.083450accepted/tizen/tv/20150121.121545
Change-Id: I60bd0d4e1b88ba8250fe9b8245d404c82c3530fc
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
Diffstat (limited to 'edje')
-rw-r--r-- | edje/bar/dbar.edc | 1 | ||||
-rw-r--r-- | edje/widget/label.edc | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/edje/bar/dbar.edc b/edje/bar/dbar.edc index 4632c38..8193904 100644 --- a/edje/bar/dbar.edc +++ b/edje/bar/dbar.edc @@ -59,6 +59,7 @@ group { text { font, "TizenSans:style=Bold"; size, 35; + min, 1 1; } align, 0.5 1.0; color, 211 211 211 255; diff --git a/edje/widget/label.edc b/edje/widget/label.edc index 1a43268..ee2479a 100644 --- a/edje/widget/label.edc +++ b/edje/widget/label.edc @@ -144,6 +144,7 @@ group { text { style, "text_style_24_unfocused_left"; align, 0.0 0.0; + min, 0 1; } } description { @@ -155,6 +156,7 @@ group { text { style, "text_style_24_focused_left"; align, 0.0 0.0; + min, 1 1; } } description { @@ -166,6 +168,7 @@ group { text { style, "text_style_24_focused_left"; align, 0.0 0.0; + min, 1 1; } } } @@ -207,6 +210,7 @@ group { text { style, "text_style_20_unfocused_left"; align, 0.0 1.0; + min, 0 1; } } description { @@ -218,6 +222,7 @@ group { text { style, "text_style_20_focused_left"; align, 0.0 1.0; + min, 1 1; } } description { @@ -229,6 +234,7 @@ group { text { style, "text_style_20_focused_left"; align, 0.0 1.0; + min, 1 1; } } description { @@ -276,6 +282,7 @@ group { text { style, "text_style_40_unfocused_center"; align, 0.0 1.0; + min, 0 1; } } description { @@ -287,6 +294,7 @@ group { text { style, "text_style_40_focused_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -298,6 +306,7 @@ group { text { style, "text_style_40_focused_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -345,6 +354,7 @@ group { text { style, "text_style_32_unfocused_left"; align, 0.0 1.0; + min, 0 1; } } description { @@ -356,6 +366,7 @@ group { text { style, "text_style_32_focused_left"; align, 0.0 1.0; + min, 1 1; } } description { @@ -367,6 +378,7 @@ group { text { style, "text_style_32_focused_left"; align, 0.0 1.0; + min, 1 1; } } description { @@ -414,6 +426,7 @@ group { text { style, "text_style_24_unfocused_center"; align, 0.0 1.0; + min, 0 1; } } description { @@ -425,6 +438,7 @@ group { text { style, "text_style_24_focused_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -436,6 +450,7 @@ group { text { style, "text_style_24_focused_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -483,6 +498,7 @@ group { text { style, "text_style_22_center"; align, 0.0 1.0; + min, 0 1; } } description { @@ -494,6 +510,7 @@ group { text { style, "text_style_22_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -505,6 +522,7 @@ group { text { style, "text_style_22_center"; align, 0.0 1.0; + min, 1 1; } } } |