GNOME Bugzilla – Bug 751447
GtkSearchBar takes up half the height of gnome-system-monitor's window
Last modified: 2015-07-09 21:22:48 UTC
Created attachment 306015 [details] gnome-system-monitor screenshot in Weston The upper half of process list is gray when running in Wayland. Turns out it's the GtkSearchBar. :) Screenshots attached
Created attachment 306016 [details] Screenshot showing search bar activated
Turns out this has nothing to do with Weston, just with GTK+ 3.17.2+. Oops. I bisected it: a921229246d99c28c14ffa060b3cc77ce4a649c1 is the first bad commit commit a921229246d99c28c14ffa060b3cc77ce4a649c1 Author: Matthias Clasen <mclasen@redhat.com> Date: Sat May 2 18:23:20 2015 -0400 GtkSearchBar: Simplify ui template
Thanks for the bisection. Turns out setting vexpand explicitly to its default value has a side-effect.
(In reply to Matthias Clasen from comment #3) > Thanks for the bisection. Turns out setting vexpand explicitly to its > default value has a side-effect. (Methinks this is crazy, but whatever, thanks for the fix!)
*** Bug 752189 has been marked as a duplicate of this bug. ***