Sample/RooProjectProperties.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 11:11:16 +0000 (19:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 11:11:16 +0000 (19:11 +0800)
Sample/RooProjectProperties.js

index ccc118e..109a95b 100644 (file)
@@ -70,6 +70,16 @@ RooProjectProperties=new XObject({
                     ]
                 }
             ]
+        },
+        {
+            xtype: Gtk.Button,
+            pack : "add_action_widget,1",
+            label : "OK"
+        },
+        {
+            xtype: Gtk.Button,
+            pack : "add_action_widget,0",
+            label : "Cancel"
         }
     ]
 });