[gtk+/wip/matthiasc/help-overlay] shortcuts: Add some margin around 'no results'



commit 58cca05ee2d587c2cda1e1d5c2e0b8b0aa934d04
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Oct 21 06:52:56 2015 -0400

    shortcuts: Add some margin around 'no results'
    
    Otherwise, things may appear cramped.

 gtk/gtkshortcutswindow.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkshortcutswindow.c b/gtk/gtkshortcutswindow.c
index 77c4bcc..c4b935d 100644
--- a/gtk/gtkshortcutswindow.c
+++ b/gtk/gtkshortcutswindow.c
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]