options_behavior: remove ELM_WRAP_WORD as it makes labels disappear…

This commit is contained in:
Boris Faure 2020-06-14 23:11:30 +02:00
parent 08bfebcf6d
commit af257f2606
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 0 additions and 3 deletions

View File

@ -495,7 +495,6 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
evas_object_size_hint_align_set(lbl, 0.0, 0.5);
elm_box_pack_before(bx, lbl, o);
elm_object_text_set(lbl, _("Audio Support for key presses <failure>DISABLED</failure>!"));
elm_label_line_wrap_set(lbl, ELM_WRAP_WORD);
evas_object_show(lbl);
}
CX(_("Visual Bell"), disable_visual_bell, 1);
@ -592,7 +591,6 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
evas_object_size_hint_align_set(o, 0.0, 0.5);
ctx->backlock_label = o;
_update_backlog_title(ctx);
elm_label_line_wrap_set(o, ELM_WRAP_WORD);
elm_box_pack_end(bx, o);
evas_object_show(o);
@ -627,7 +625,6 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
evas_object_size_hint_weight_set(o, 0.0, 0.0);
evas_object_size_hint_align_set(o, 0.0, 0.5);
elm_object_text_set(o, _("Tab zoom/switch animation time:"));
elm_label_line_wrap_set(o, ELM_WRAP_WORD);
tooltip = _("Set the time of the animation that<br>"
"takes places on tab switches,<br>"
"be them by key binding, mouse<br>"