summaryrefslogtreecommitdiff
path: root/mobile/widgets/entry.edc
diff options
context:
space:
mode:
authorWooHyun Jung <wh0705.jung@samsung.com>2015-06-23 21:36:30 +0900
committerWooHyun Jung <wh0705.jung@samsung.com>2015-06-23 21:36:30 +0900
commitf7d9957043682a8cd3acfd4f735b9596d5f1df0b (patch)
treea3557baefb79af555dd7b6427e7aee82154cb16c /mobile/widgets/entry.edc
parent52d159495ea43a0b2ebb492d0884348cda8c77a3 (diff)
downloadefl-theme-tizen-mobile-f7d9957043682a8cd3acfd4f735b9596d5f1df0b.tar.gz
efl-theme-tizen-mobile-f7d9957043682a8cd3acfd4f735b9596d5f1df0b.tar.bz2
efl-theme-tizen-mobile-f7d9957043682a8cd3acfd4f735b9596d5f1df0b.zip
Fix some wrong font sizes
Change-Id: I651ea8d70536a6250de31295b65e3ab223b298fc
Diffstat (limited to 'mobile/widgets/entry.edc')
-rw-r--r--mobile/widgets/entry.edc9
1 files changed, 4 insertions, 5 deletions
diff --git a/mobile/widgets/entry.edc b/mobile/widgets/entry.edc
index f9bbe78c..74d3fa2a 100644
--- a/mobile/widgets/entry.edc
+++ b/mobile/widgets/entry.edc
@@ -1136,16 +1136,16 @@ group { name: "elm/entry/base-single/spinner/vertical_date_picker";
inherit: "elm/entry/base-single/spinner/vertical";
styles {
style { name: "entry_single_spinner_vertical_date_picker_textblock_style";
- base: "font=Tizen:style=Regular font_size=68 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
+ base: "font=Tizen:style=Regular font_size=90 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
}
style { name: "entry_single_spinner_vertical_date_picker_textblock_focused_style";
- base: "font=Tizen:style=Regular font_size=68 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
+ base: "font=Tizen:style=Regular font_size=90 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
}
style { name: "entry_single_spinner_vertical_date_picker_textblock_disabled_style";
- base: "font=Tizen:style=Regular font_size=68 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
+ base: "font=Tizen:style=Regular font_size=90 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
}
style { name: "entry_single_spinner_vertical_date_picker_textblock_guide_style";
- base: "font=Tizen:style=Regular font_size=68 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen ellipsis=1.0";
+ base: "font=Tizen:style=Regular font_size=90 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen ellipsis=1.0";
}
}
parts {
@@ -1181,7 +1181,6 @@ group { name: "elm/entry/base-single/spinner/vertical_date_picker";
min: SPINNER_VERTICAL_DATE_PICKER_TEXT_BUTTON_SIZE_INC;
text {
style: "entry_single_spinner_vertical_date_picker_textblock_style";
- size: 68;
size_range: 50 68;
fit: 1 0;
}