[Xword-commits] r30 - trunk/root/usr/bin

btb at garage.maemo.org btb at garage.maemo.org
Tue Apr 22 08:44:52 EEST 2008


Author: btb
Date: 2008-04-22 08:44:51 +0300 (Tue, 22 Apr 2008)
New Revision: 30

Modified:
   trunk/root/usr/bin/xword
Log:
make windowed size on non-maemo devices mimic the nit


Modified: trunk/root/usr/bin/xword
===================================================================
--- trunk/root/usr/bin/xword	2008-04-22 05:19:16 UTC (rev 29)
+++ trunk/root/usr/bin/xword	2008-04-22 05:44:51 UTC (rev 30)
@@ -1193,7 +1193,7 @@
         self.skip_filled = False
         self.layout = 0
         self.toolbar_layout = 0
-        self.window_size = (900, 600)
+        self.window_size = (800, 480)
         self.maximized = False
         self.fullscreen = False
         self.positions = layouts[self.layout][1]



More information about the Xword-commits mailing list