From e2e9910061ea92e3b9155120634c531c8ffc4d30 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Wed, 31 Aug 2016 22:20:01 -0300 Subject: keyboard: fix list sizes with latest Gtk+ Gtk+ changed again the behavior of the scrolled window, fixing the weird height issue but introducing a new issue where the keyboard shortcut list doesn't expand horizontally nor allocates the correct size vertically. Fortunately, this is easily solvable with the newly introduced GtkScrolledWindow:propagate-natural-width and -height properties. Fix the misbehavior by setting the new properties to sane values. https://bugzilla.gnome.org/show_bug.cgi?id=769314 --- panels/keyboard/gnome-keyboard-panel.ui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panels/keyboard/gnome-keyboard-panel.ui b/panels/keyboard/gnome-keyboard-panel.ui index 80d358ba0..695f3ee3f 100644 --- a/panels/keyboard/gnome-keyboard-panel.ui +++ b/panels/keyboard/gnome-keyboard-panel.ui @@ -39,6 +39,9 @@ True True never + True + True + 350 in 18 -- cgit v1.2.1