shortcuts: Add some margin around 'no results'

Otherwise, things may appear cramped.
This commit is contained in:
Matthias Clasen
2015-10-21 06:52:56 -04:00
parent 27ed7508ce
commit 58cca05ee2

View File

@@ -800,6 +800,7 @@ gtk_shortcuts_window_init (GtkShortcutsWindow *self)
empty = g_object_new (GTK_TYPE_GRID,
"visible", TRUE,
"row-spacing", 12,
"margin", 12,
"hexpand", TRUE,
"vexpand", TRUE,
"halign", GTK_ALIGN_CENTER,