Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 2 Jul 2012 13:14:08 +0000 (21:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 2 Jul 2012 13:14:08 +0000 (21:14 +0800)
Builder3/Window.js

index c3c5215..cff3b48 100644 (file)
@@ -42,11 +42,11 @@ Window=new XObject({
     init : function() {
         
        //imports.ProjectManager.ProjectManager.loadConfig();
-    Gtk.rc_parse_string(
-                "style \"gtkcombobox-style\" {\n" + 
-                "    GtkComboBox::appears-as-list = 1\n" +
-                "}\n"+
-                "class \"GtkComboBox\" style \"gtkcombobox-style\"\n");
+               Gtk.rc_parse_string(
+                                       "style \"gtkcombobox-style\" {\n" + 
+                                       "    GtkComboBox::appears-as-list = 1\n" +
+                                       "}\n"+
+                                       "class \"GtkComboBox\" style \"gtkcombobox-style\"\n");
         XObject.prototype.init.call(this);
         this.el.show_all();