From 9f9900b9b4ef2d2e855293f7850f81fa0f33a616 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 2 Mar 2008 17:14:51 +0000 Subject: gtk+: Updated filechooser size patch from Thomas git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3885 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../gtk+/gtk+-2.12.7/filechooser-sizefix.patch | 40 ++++++++++++---------- 1 file changed, 22 insertions(+), 18 deletions(-) (limited to 'meta/packages/gtk+/gtk+-2.12.7') diff --git a/meta/packages/gtk+/gtk+-2.12.7/filechooser-sizefix.patch b/meta/packages/gtk+/gtk+-2.12.7/filechooser-sizefix.patch index 4de68dfb9..694b059b9 100644 --- a/meta/packages/gtk+/gtk+-2.12.7/filechooser-sizefix.patch +++ b/meta/packages/gtk+/gtk+-2.12.7/filechooser-sizefix.patch @@ -1,21 +1,5 @@ - -diff -ur /tmp/gtk+-2.12.7/gtk/gtkfilechooserdefault.c ./gtk/gtkfilechooserdefault.c ---- /tmp/gtk+-2.12.7/gtk/gtkfilechooserdefault.c 2008-02-29 17:00:14.000000000 +0000 -+++ ./gtk/gtkfilechooserdefault.c 2008-02-29 17:25:21.000000000 +0000 -@@ -178,8 +178,8 @@ - #define FALLBACK_ICON_SIZE 24 - - #define LIST_HBOX_SPACING DEFAULT_SPACING --#define NUM_LINES 45 --#define NUM_CHARS 60 -+#define NUM_LINES 10 -+#define NUM_CHARS 12 - - static void gtk_file_chooser_default_iface_init (GtkFileChooserIface *iface); - static void gtk_file_chooser_embed_default_iface_init (GtkFileChooserEmbedIface *iface); -diff -ur /tmp/gtk+-2.12.7/gtk/gtkfilechooserdialog.c ./gtk/gtkfilechooserdialog.c ---- /tmp/gtk+-2.12.7/gtk/gtkfilechooserdialog.c 2008-01-30 03:11:07.000000000 +0000 -+++ ./gtk/gtkfilechooserdialog.c 2008-02-29 17:20:30.000000000 +0000 +--- gtk+-2.12.7.orig/gtk/gtkfilechooserdialog.c ++++ gtk+-2.12.7/gtk/gtkfilechooserdialog.c @@ -165,10 +165,10 @@ gdk_screen_get_monitor_geometry (screen, monitor_num, &monitor); @@ -29,3 +13,23 @@ diff -ur /tmp/gtk+-2.12.7/gtk/gtkfilechooserdialog.c ./gtk/gtkfilechooserdialog. } static void +@@ -183,6 +183,7 @@ + + priv = GTK_FILE_CHOOSER_DIALOG_GET_PRIVATE (dialog); + ++#if 0 + /* Unset any previously set size */ + gtk_widget_set_size_request (GTK_WIDGET (dialog), -1, -1); + +@@ -209,6 +210,11 @@ + /* Ideal target size plus any extra size */ + width = default_width + width + (2 * GTK_CONTAINER (dialog)->border_width); + height = default_height + height + (2 * GTK_CONTAINER (dialog)->border_width); ++#endif ++ ++ /* for small screens we just hard code a sensible value */ ++ width = 350; ++ height = 350; + + if (GTK_WIDGET_REALIZED (dialog)) + clamp_to_screen (GTK_WIDGET (dialog), &width, &height); -- cgit v1.2.3