GNOME Bugzilla – Bug 711255
GtkListBox: Expand the placeholder
Last modified: 2013-11-09 16:56:55 UTC
Created attachment 258726 [details] [review] Vertically expand the placeholde of a GtkListBox Currently, the placeholder of a GtkListBox is kinda useless, it's nothing more than a row that is shown when no rows are visible(Although it does not get packed into a GtkListBoxRow). However, when showing something like a 'no results found' message to the user, it's common to vertically center it in the list, which is currently not possible. Vertically expanding the placeholder over the full height of the listbox makes this possible while keeping the old behavior intact(i.e. GTK_ALIGN_START).
Review of attachment 258726 [details] [review]: ok