From af257f2606d65645cb6166874829877e19a2c2c1 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 14 Jun 2020 23:11:30 +0200 Subject: [PATCH] =?UTF-8?q?options=5Fbehavior:=20remove=20ELM=5FWRAP=5FWOR?= =?UTF-8?q?D=20as=20it=20makes=20labels=20disappear=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/options_behavior.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/options_behavior.c b/src/bin/options_behavior.c index dac8273f..6c0e1c67 100644 --- a/src/bin/options_behavior.c +++ b/src/bin/options_behavior.c @@ -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 DISABLED!")); - 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
" "takes places on tab switches,
" "be them by key binding, mouse
"