[gtk+/font-chooser: 30/84] GtkFontChooser: Setting a default vertical size
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/font-chooser: 30/84] GtkFontChooser: Setting a default vertical size
- Date: Fri, 20 May 2011 09:01:01 +0000 (UTC)
commit c1bcd7d44b971c3c4e6813d3f4b74b8ba2e41a99
Author: Alberto Ruiz <aruiz gnome org>
Date: Sat Apr 16 22:52:03 2011 +0100
GtkFontChooser: Setting a default vertical size
gtk/gtkfontchooser.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index 7ffde58..9eedd2d 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -414,8 +414,8 @@ gtk_font_selection_init (GtkFontSelection *fontsel)
gtk_box_pack_start (GTK_BOX (preview_and_size), scrolled_win, FALSE, FALSE, 0);
/* Setting the size requests for various widgets */
- gtk_widget_set_size_request (priv->family_face_list, -1, 360);
- gtk_widget_set_size_request (scrolled_win, -1, PREVIEW_HEIGHT);
+ gtk_widget_set_size_request (fontsel, -1, 460);
+ gtk_widget_set_size_request (scrolled_win, -1, PREVIEW_HEIGHT);
gtk_widget_set_size_request (priv->preview, -1, PREVIEW_HEIGHT - 6);
/* Unset the frame on the preview entry and set a shadow in the scrolled window */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]