[gnome-boxes/gnome-3-8] vnc-display: Set horizontal alignment on 'read-only' toggle
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/gnome-3-8] vnc-display: Set horizontal alignment on 'read-only' toggle
- Date: Mon, 13 May 2013 16:06:08 +0000 (UTC)
commit 3d6b48df4f9e64047b3aada17c6cd5cacafe0b0b
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]