Skip to content
Commit b39bc936 authored by Georges Basile Stavracas Neto's avatar Georges Basile Stavracas Neto 💬 Committed by Bastien Nocera
Browse files

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
parent 2d286343
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment