seed r23 - trunk/examples/lightsoff



Author: racarr
Date: Thu Oct 23 11:18:50 2008
New Revision: 23
URL: http://svn.gnome.org/viewvc/seed?rev=23&view=rev

Log:
Lightsoff is not resizable.


Modified:
   trunk/examples/lightsoff/lightsoff.js

Modified: trunk/examples/lightsoff/lightsoff.js
==============================================================================
--- trunk/examples/lightsoff/lightsoff.js	(original)
+++ trunk/examples/lightsoff/lightsoff.js	Thu Oct 23 11:18:50 2008
@@ -1,5 +1,4 @@
 #!/usr/local/bin/seed
-
 Seed.import_namespace("Gtk");
 
 image_off = new Gtk.Image({"file": "./tim-off.svg"});
@@ -133,6 +132,7 @@
 Gtk.init(null, null);
 
 var window = new Gtk.Window({"title": "Lights Off"});
+window.resizable = false;
 window.signal_hide.connect(Gtk.main_quit);
 window.add(create_board());
 window.show_all();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]