From 32e67cc51d084fe0cc55b15de81d836366cfcd54 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 12 Aug 2017 18:55:31 +0200 Subject: sidebar-layers: Make it actually usable and fix a runtime warning Expand the scrolled window vertical so that you can actually see the content of the widget. This also turned up a missing gtk_style_context_save () in gimpcellrenderertoggle.c. So fix that as well. partial inspired from: https://github.com/linuxmint/xreader/commit/6b6ae7f --- shell/ev-sidebar-layers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') diff --git a/shell/ev-sidebar-layers.c b/shell/ev-sidebar-layers.c index ce12ba61..c28218c2 100644 --- a/shell/ev-sidebar-layers.c +++ b/shell/ev-sidebar-layers.c @@ -284,6 +284,7 @@ ev_sidebar_layers_init (EvSidebarLayers *ev_layers) gtk_orientable_set_orientation (GTK_ORIENTABLE (ev_layers), GTK_ORIENTATION_VERTICAL); swindow = gtk_scrolled_window_new (NULL, NULL); + gtk_widget_set_vexpand (swindow, TRUE); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (swindow), GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); -- cgit v1.2.1