--- garglk/garglk.ini	2011-02-22 11:49:32.000000000 +0300
+++ garglk/garglk.ini.maemo	2011-02-22 12:12:42.447495995 +0300
@@ -27,8 +27,8 @@
 stylehint     1               # set this to 0 if the game uses really bad colors
 safeclicks    1               # set to 0 if the game cancels line events properly
 
-cols          60              # nice good line length for reading. but...
-rows          25              # see the bottom for terp-specific over-rides
+cols          63              # nice good line length for reading. but...
+rows          5              # see the bottom for terp-specific over-rides
 
 justify       0               # 0=ragged-right 1=justified
 quotes        2               # Smart quotes and dashes -- 0=off 1=normal 2=rabid
@@ -48,11 +48,11 @@
 # The 'standard' fonts.
 # Omit to use the builtin fonts, or specify a font family.
 
-monofont      Liberation Mono
-monosize      12.5
+monofont      Droid Sans Mono
+monosize      20
 
-propfont      Linux Libertine O
-propsize      15.5
+propfont      Droid Serif
+propsize      24
 
 wmarginx      20              # space around the window frame
 wmarginy      20
@@ -63,8 +63,8 @@
 tmarginx      7               # internal margin of text windows
 tmarginy      7
 
-leading       20              # Also known as linespacing
-baseline      15              # Offset from top of line to baseline
+leading       30              # Also known as linespacing
+baseline      22              # Offset from top of line to baseline
 
 # Fonts for Text Buffer windows
 tfont  0      propr           # Normal
@@ -158,8 +158,8 @@
 #-------------------------------------------------------------------------------
 
 [ Git Glulxe ]
-cols          80              # longer lines for Glulx games
-rows          25              # same number of rows
+#cols          80              # longer lines for Glulx games
+#rows          25              # same number of rows
 
 [ Hugo ]
 # Hugo has ugly status bars with no padding.
@@ -169,7 +169,7 @@
 wbordery      1               # border line width between windows
 
 [ Magnetic ]
-cols          68
+#cols          68
 
 # [ Agility ]
 # monoaspect  0.8             # squeeze mono font
@@ -178,11 +178,11 @@
 
 [ curses.z5 ]
 monoaspect    0.9             # squeeze to compensate for more columns
-cols          65
+#cols          65
 
 [ photo201.blb ]
-cols          80
-rows          24
+#cols          80
+#rows          24
 
 
 #===============================================================================
