[gnome-boxes] vnc-display: Set horizontal alignment on 'read-only' toggle



commit 66ae2bea551f9c102c72ba89dd4c1552c95696da
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Apr 20 00:06:14 2013 +0300

    vnc-display: Set horizontal alignment on 'read-only' toggle
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698337

 src/vnc-display.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/vnc-display.vala b/src/vnc-display.vala
index ee6b4dd..c001c26 100644
--- a/src/vnc-display.vala
+++ b/src/vnc-display.vala
@@ -140,6 +140,7 @@ private class Boxes.VncDisplay: Boxes.Display {
         switch (page) {
         case PropertiesPage.DISPLAY:
             var toggle = new Gtk.Switch ();
+            toggle.halign = Gtk.Align.START;
             display.bind_property ("read-only", toggle, "active",
                                    BindingFlags.BIDIRECTIONAL | BindingFlags.SYNC_CREATE);
             add_property (ref list, _("Read-only"), toggle);


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