[labyrinth commit] r343 - in trunk: . src

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 10, 2008, 4:05:52 PM8/10/08
to labyrinth-...@googlegroups.com
Author: matthias.vogelgesang
Date: Sun Aug 10 13:05:18 2008
New Revision: 343

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")

Reply all
Reply to author
Forward
0 new messages