|
|
|
@ -2617,7 +2617,7 @@ _ui_tabs_add(Evas_Object *parent, Ui *ui) |
|
|
|
|
evas_object_size_hint_weight_set(button, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); |
|
|
|
|
evas_object_size_hint_align_set(button, EVAS_HINT_FILL, EVAS_HINT_FILL); |
|
|
|
|
evas_object_size_hint_min_set(button, TAB_BTN_SIZE * elm_config_scale_get(), 0); |
|
|
|
|
elm_object_text_set(button, "General"); |
|
|
|
|
elm_object_text_set(button, "Processes"); |
|
|
|
|
evas_object_show(button); |
|
|
|
|
elm_object_content_set(border, button); |
|
|
|
|
elm_box_pack_end(hbox, border); |
|
|
|
@ -2649,7 +2649,7 @@ _ui_tabs_add(Evas_Object *parent, Ui *ui) |
|
|
|
|
evas_object_size_hint_weight_set(button, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); |
|
|
|
|
evas_object_size_hint_align_set(button, EVAS_HINT_FILL, EVAS_HINT_FILL); |
|
|
|
|
evas_object_size_hint_min_set(button, TAB_BTN_SIZE * elm_config_scale_get(), 0); |
|
|
|
|
elm_object_text_set(button, "Memory"); |
|
|
|
|
elm_object_text_set(button, "RAM"); |
|
|
|
|
evas_object_show(button); |
|
|
|
|
elm_object_content_set(border, button); |
|
|
|
|
elm_box_pack_end(hbox, border); |
|
|
|
@ -2681,7 +2681,7 @@ _ui_tabs_add(Evas_Object *parent, Ui *ui) |
|
|
|
|
evas_object_size_hint_weight_set(button, EVAS_HINT_FILL, EVAS_HINT_EXPAND); |
|
|
|
|
evas_object_size_hint_align_set(button, EVAS_HINT_FILL, EVAS_HINT_FILL); |
|
|
|
|
evas_object_size_hint_min_set(button, TAB_BTN_SIZE * elm_config_scale_get(), 0); |
|
|
|
|
elm_object_text_set(button, "Misc"); |
|
|
|
|
elm_object_text_set(button, "Other"); |
|
|
|
|
evas_object_show(button); |
|
|
|
|
elm_object_content_set(border, button); |
|
|
|
|
elm_box_pack_end(hbox, border); |
|
|
|
|