[gnome-dictionary] Fix the sidebar



commit 8bfb28f4f832c1ebaac8d3705ca717848662ffe1
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Sep 29 22:27:37 2014 -0500

    Fix the sidebar
    
    It needs to be expanded.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737626

 src/gdict-sidebar.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gdict-sidebar.c b/src/gdict-sidebar.c
index c800428..6c1d268 100644
--- a/src/gdict-sidebar.c
+++ b/src/gdict-sidebar.c
@@ -325,6 +325,8 @@ gdict_sidebar_init (GdictSidebar *sidebar)
   priv->pages = NULL;
   priv->pages_by_id = g_hash_table_new (g_str_hash, g_str_equal);
 
+  gtk_widget_set_vexpand (GTK_WIDGET (sidebar), TRUE);
+
   /* top option menu */
   hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
   gtk_box_pack_start (GTK_BOX (sidebar), hbox, FALSE, FALSE, 0);


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