[Xfce4-commits] [apps/xfce4-dict] 33/43: Make speedreader intro visible
noreply at xfce.org
noreply at xfce.org
Tue Nov 1 00:31:46 CET 2016
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository apps/xfce4-dict.
commit 5176ec9f45ca5f20bb1c3fc00a0d245f91b94aaa
Author: Andre Miranda <andre42m at gmail.com>
Date: Mon Aug 22 21:46:55 2016 -0300
Make speedreader intro visible
---
lib/speedreader.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/speedreader.c b/lib/speedreader.c
index f9b5e27..b5aa558 100644
--- a/lib/speedreader.c
+++ b/lib/speedreader.c
@@ -601,6 +601,7 @@ static void xfd_speed_reader_init(XfdSpeedReader *dialog)
label_intro = xfd_wrap_label_new(
_("This is an easy speed reading utility to help train you to read faster. "
"It does this by flashing words at a rapid rate on the screen."));
+ gtk_label_set_line_wrap ( GTK_LABEL (label_intro), TRUE);
label_words = gtk_label_new_with_mnemonic(_("_Words per Minute:"));
gtk_widget_set_halign(label_words, GTK_ALIGN_END);
@@ -744,4 +745,3 @@ GtkWidget *xfd_speed_reader_new(GtkWindow *parent, DictData *dd)
return dialog;
}
-
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list