[libslab] bgo#398552 - Wrap long header labels in ApplicationTile
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libslab] bgo#398552 - Wrap long header labels in ApplicationTile
- Date: Thu, 25 Feb 2010 20:53:29 +0000 (UTC)
commit 28626cde299e6fc1dcd5b129f29eb1baeb1cf103
Author: Denis Washington <denisw gnome org>
Date: Thu Feb 25 14:35:30 2010 -0600
bgo#398552 - Wrap long header labels in ApplicationTile
We used to ellipsize them, but wrapping them makes them easier to read.
Signed-off-by: Federico Mena Quintero <federico novell com>
libslab/application-tile.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libslab/application-tile.c b/libslab/application-tile.c
index 7767e8a..e23c864 100644
--- a/libslab/application-tile.c
+++ b/libslab/application-tile.c
@@ -471,7 +471,7 @@ create_header (const gchar *name)
header = gtk_label_new (name);
- gtk_label_set_ellipsize (GTK_LABEL (header), PANGO_ELLIPSIZE_END);
+ gtk_label_set_line_wrap (GTK_LABEL (header), TRUE);
gtk_misc_set_alignment (GTK_MISC (header), 0.0, 0.5);
g_signal_connect (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]