ui: Button Label

This commit is contained in:
Alastair Poole 2020-06-19 15:21:16 +01:00
parent 24cbca1c09
commit 70f7eb5c94
1 changed files with 1 additions and 2 deletions

View File

@ -982,8 +982,7 @@ _tabs_add(Evas_Object *parent, Ui_Process *ui)
evas_object_size_hint_weight_set(btn, EXPAND, EXPAND);
evas_object_size_hint_align_set(btn, FILL, FILL);
evas_object_size_hint_min_set(btn, elm_config_scale_get() * TAB_BTN_SIZE, 1);
elm_object_text_set(btn, _("Information"));
elm_object_disabled_set(btn, EINA_FALSE);
elm_object_text_set(btn, _("Manual"));
evas_object_show(btn);
elm_object_content_set(pad, btn);
elm_box_pack_end(hbox, pad);