diff options
author | Sangpyo Kim <sangpyo7.kim@samsung.com> | 2012-09-07 17:22:56 +0900 |
---|---|---|
committer | Sangpyo Kim <sangpyo7.kim@samsung.com> | 2012-09-07 19:52:47 +0900 |
commit | c2bc91476223f2b166b703687b58e9babefe4bff (patch) | |
tree | 3fd8536b1bc4e7a96ccb066b038cfce415152570 | |
parent | 3876391d50a57b476e70577c4de005db7a5fdc10 (diff) | |
download | browser-c2bc91476223f2b166b703687b58e9babefe4bff.tar.gz browser-c2bc91476223f2b166b703687b58e9babefe4bff.tar.bz2 browser-c2bc91476223f2b166b703687b58e9babefe4bff.zip |
[Title] set a latest style for history genlist
[Issue#] N/A
[Problem] The genlist style is too old.
[Cause] The style hasn't been updated.
[Solution] updating genlist style to latest.
[Team] Browser UI
[Developer] sangpyo7.kim
[Request] N/A
Change-Id: I870874228b4c116800258c63f8c528ac13664aaf
Conflicts:
src/browser-history/browser-history-layout.cpp
-rwxr-xr-x | src/browser-history/browser-history-layout.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/browser-history/browser-history-layout.cpp b/src/browser-history/browser-history-layout.cpp index b24c5221..b74fba36 100755 --- a/src/browser-history/browser-history-layout.cpp +++ b/src/browser-history/browser-history-layout.cpp @@ -1181,14 +1181,14 @@ Eina_Bool Browser_History_Layout::_create_main_layout(void) } m_history_genlist_item_class.decorate_item_style = "mode/slide3"; - m_history_genlist_item_class.item_style = "2text.2icon.4"; - m_history_genlist_item_class.decorate_all_item_style = "edit_default"; + m_history_genlist_item_class.item_style = "dialogue/2text.2icon.3"; + m_history_genlist_item_class.decorate_all_item_style = "dialogue/edit"; m_history_genlist_item_class.func.text_get = __genlist_label_get_cb; m_history_genlist_item_class.func.content_get = __genlist_icon_get_cb; m_history_genlist_item_class.func.state_get = NULL; m_history_genlist_item_class.func.del = NULL; - m_history_group_title_class.item_style = "grouptitle"; + m_history_group_title_class.item_style = "dialogue/title"; m_history_group_title_class.func.text_get = __genlist_date_label_get_cb; m_history_group_title_class.func.content_get = NULL; m_history_group_title_class.func.state_get = NULL; |