panel: Change lower panel alignment.

Align left.
This commit is contained in:
Alastair Poole 2020-01-22 18:39:33 +00:00
parent 7ea7eab0f7
commit 7e5e4e28a7
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ edi_content_setup(Evas_Object *win, const char *path)
evas_object_size_hint_weight_set(tb, EVAS_HINT_EXPAND, 0.0);
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_align_set(tb, 0.0);
elm_toolbar_icon_size_set(tb, 24 * elm_config_scale_get());
elm_object_style_set(tb, "item_horizontal");
elm_object_focus_allow_set(tb, EINA_FALSE);