Sample/DialogNewComponent.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 09:54:21 +0000 (17:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 09:54:21 +0000 (17:54 +0800)
Sample/DialogNewComponent.js

index f906347..60605d4 100644 (file)
@@ -160,7 +160,7 @@ DialogNewComponent=new XObject({
                             xtype: Gtk.Label,
                             label : "parent",
                             pack : "add",
-                            xalign : 0,
+                            xalign : 1,
                             justify : Gtk.Justification.RIGHT,
                             visible : true
                         },
@@ -176,7 +176,7 @@ DialogNewComponent=new XObject({
                             xtype: Gtk.Label,
                             label : "title",
                             pack : "add",
-                            yalign : 0,
+                            xalign : 1,
                             justify : Gtk.Justification.RIGHT,
                             visible : true
                         },
@@ -192,7 +192,7 @@ DialogNewComponent=new XObject({
                             xtype: Gtk.Label,
                             label : "parent",
                             pack : "add",
-                            yalign : 0,
+                            xalign : 1,
                             justify : Gtk.Justification.RIGHT,
                             visible : true
                         },