[Xword-commits] r17 - trunk
btb at garage.maemo.org
btb at garage.maemo.org
Sat Apr 19 05:25:23 EEST 2008
Author: btb
Date: 2008-04-19 05:25:22 +0300 (Sat, 19 Apr 2008)
New Revision: 17
Modified:
trunk/xword
Log:
reduce minimum box size to 18, still readable, but fits 21x21 puzzle in windowed mode without scrolling
Modified: trunk/xword
===================================================================
--- trunk/xword 2008-04-19 02:14:18 UTC (rev 16)
+++ trunk/xword 2008-04-19 02:25:22 UTC (rev 17)
@@ -68,7 +68,7 @@
TIMER_ICON = HOME_PATH + '/crossword-clock.png'
ABOUT_ICON = HOME_PATH + '/xword-logo2.png'
-MIN_BOX_SIZE = 24
+MIN_BOX_SIZE = 18
ACROSS = 0
DOWN = 1
More information about the Xword-commits
mailing list