[gnome-documents] properties: make rows the same height



commit 145cc9908a686e9a1c72696f727f79fab67df71b
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Feb 16 06:11:44 2013 -0500

    properties: make rows the same height

 src/properties.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/properties.js b/src/properties.js
index 2905878..04eedd1 100644
--- a/src/properties.js
+++ b/src/properties.js
@@ -59,10 +59,12 @@ const PropertiesDialog = new Lang.Class({
         this.widget.add_button(_("Done"), Gtk.ResponseType.OK);
 
         let grid = new Gtk.Grid ({ orientation: Gtk.Orientation.VERTICAL,
+                                   row_homogeneous: true,
                                    column_homogeneous: true,
                                    halign: Gtk.Align.CENTER,
-                                   row_spacing: 12,
+                                   row_spacing: 6,
                                    column_spacing: 24,
+                                   margin_top: 12,
                                    margin_left: 24,
                                    margin_right: 24,
                                    margin_bottom: 12 });


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