summaryrefslogtreecommitdiff
path: root/mobile/widgets/entry.edc
diff options
context:
space:
mode:
authorwoochan lee <wc0917.lee@samsung.com>2015-06-29 20:24:27 +0900
committerwoochan lee <wc0917.lee@samsung.com>2015-06-29 20:26:14 +0900
commit010dd81e31ebf004bbc16fd16eae5e4f5424a3d0 (patch)
treec53e034edc6085dc13582f29fba172b639d6571a /mobile/widgets/entry.edc
parentd9aed59b27f17dbfd073a40b25a5790e73b19799 (diff)
downloadefl-theme-tizen-mobile-010dd81e31ebf004bbc16fd16eae5e4f5424a3d0.tar.gz
efl-theme-tizen-mobile-010dd81e31ebf004bbc16fd16eae5e4f5424a3d0.tar.bz2
efl-theme-tizen-mobile-010dd81e31ebf004bbc16fd16eae5e4f5424a3d0.zip
[Tizen_2.4] Spinner text button font style update.
HD guide P.125 font style change, delete useless option for textblock. Change-Id: I10740f2c6e91ae3f087829b64eb2df0da65fae20
Diffstat (limited to 'mobile/widgets/entry.edc')
-rw-r--r--mobile/widgets/entry.edc10
1 files changed, 4 insertions, 6 deletions
diff --git a/mobile/widgets/entry.edc b/mobile/widgets/entry.edc
index 61174e8c..c2896730 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=90 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
+ base: "font=Tizen:style=Light 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=90 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
+ base: "font=Tizen:style=Light 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=90 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
+ base: "font=Tizen:style=Light 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=90 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen ellipsis=1.0";
+ base: "font=Tizen:style=Light font_size=90 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen ellipsis=1.0";
}
}
parts {
@@ -1181,8 +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_range: 50 68;
- fit: 1 0;
}
}
description { state: "focused" 0.0;