main: increase lower toolbar icon size slightly.

This improves the overall feel of the application. The resize is
conservative but makes for better text reading and overall
uniformity.
This commit is contained in:
Alastair Poole 2018-05-15 11:08:39 +01:00
parent fc36fb12f8
commit b2553f93c3
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ edi_content_setup(Evas_Object *win, const char *path)
evas_object_size_hint_align_set(tb, EVAS_HINT_FILL, EVAS_HINT_FILL);
elm_toolbar_homogeneous_set(tb, EINA_FALSE);
elm_toolbar_align_set(tb, 1.0);
elm_toolbar_icon_size_set(tb, 16);
elm_toolbar_icon_size_set(tb, 24);
elm_object_style_set(tb, "item_horizontal");
elm_object_focus_allow_set(tb, EINA_FALSE);
elm_toolbar_shrink_mode_set(tb, ELM_TOOLBAR_SHRINK_SCROLL);