[gnac/devel] Requested a default size for the filter combo in gnac-file-chooser



commit f5957478befa7e00832c6451e07b983b89495f49
Author: Benoît Dupasquier <bdupasqu src gnome org>
Date:   Fri Jun 18 07:57:10 2010 +0100

    Requested a default size for the filter combo in gnac-file-chooser

 src/gnac-ui.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnac-ui.c b/src/gnac-ui.c
index e474413..2fcd061 100644
--- a/src/gnac-ui.c
+++ b/src/gnac-ui.c
@@ -335,6 +335,7 @@ gnac_ui_file_chooser_new(void)
   model = gnac_ui_file_chooser_get_filters_model();
   combo = gnac_ui_get_widget("filters_combo");
   gtk_combo_box_set_model(GTK_COMBO_BOX(combo), model);
+  gtk_widget_set_size_request(combo, 174, 29);
 
   renderer = gtk_cell_renderer_text_new();
   gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(combo), renderer, TRUE);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]