Sample/DialogNewComponent.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 10:01:11 +0000 (18:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 10:01:11 +0000 (18:01 +0800)
Sample/DialogNewComponent.js

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