seed r571 - trunk/doc/tutorial-standalone



Author: hortont
Date: Sun Dec 28 22:22:53 2008
New Revision: 571
URL: http://svn.gnome.org/viewvc/seed?rev=571&view=rev

Log:
Whoops! Haven't been using an overlapping window manager, didn't notice 
that the new tutorial browser doesn't set a size...


Modified:
   trunk/doc/tutorial-standalone/2.js
   trunk/doc/tutorial-standalone/3.js

Modified: trunk/doc/tutorial-standalone/2.js
==============================================================================
--- trunk/doc/tutorial-standalone/2.js	(original)
+++ trunk/doc/tutorial-standalone/2.js	Sun Dec 28 22:22:53 2008
@@ -131,6 +131,7 @@
 });
 
 window = new Gtk.Window({title: "Browser"});
+window.resize(800, 600);
 window.signal.hide.connect(function () { Gtk.main_quit(); });
 
 browser = new Browser();

Modified: trunk/doc/tutorial-standalone/3.js
==============================================================================
--- trunk/doc/tutorial-standalone/3.js	(original)
+++ trunk/doc/tutorial-standalone/3.js	Sun Dec 28 22:22:53 2008
@@ -213,6 +213,7 @@
 });
 
 window = new Gtk.Window({title: "Browser"});
+window.resize(800, 600);
 window.signal.hide.connect(function () { Gtk.main_quit(); });
 
 browser = new TabbedBrowser();



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