Modified:
trunk/ChangeLog
trunk/src/MainWindow.py
Log:
* src/MainWindow.py
Set default size something lower so it works with netbook dimensions.
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Sun Aug 10 13:05:18 2008
@@ -1,3 +1,8 @@
+2008-08-10 Matthias Vogelgesang <matthias.v...@gmail.com>
+
+ * src/MainWindow.py
+ Set default size something lower so it works with netbook dimensions.
+
2008-07-21 Martin Schaaf <mas...@ma-scha.de>
* src/utils.py
Modified: trunk/src/MainWindow.py
==============================================================================
--- trunk/src/MainWindow.py (original)
+++ trunk/src/MainWindow.py Sun Aug 10 13:05:18 2008
@@ -157,7 +157,7 @@
# Deal with loading the map
if not filename:
- self.MainArea.set_size_request (600, 500)
+ self.MainArea.set_size_request (400, 400)
# TODO: This shouldn't be set to a hard-coded number. Fix.
self.pane_pos = 500
self.title_cp = _("Untitled Map")