[gtk+/composite-widget-templates] Made the default minimum wrap width larger for the sake of default dialog sizes.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/composite-widget-templates] Made the default minimum wrap width larger for the sake of default dialog sizes.
- Date: Mon, 7 Jun 2010 18:45:29 +0000 (UTC)
commit 0409e5958ff27d168adbce68cfbe36c054b57a19
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Mon Jun 7 14:43:31 2010 -0400
Made the default minimum wrap width larger for the sake of default dialog
sizes.
gtk/gtklabel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index a027f85..b34d88c 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -3084,7 +3084,7 @@ get_label_wrap_width (GtkLabel *label)
PangoLayout *layout;
layout = gtk_widget_create_pango_layout (GTK_WIDGET (label),
- "This string is just about long enough.");
+ "The minimum width for a wrapping label is long enough for a dialog");
pango_layout_get_size (layout, &priv->wrap_width, NULL);
g_object_unref (layout);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]