summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-07-19 19:05:30 -0700
committerDaniel Burrows <dburrows@debian.org>2010-07-19 19:05:30 -0700
commita29d542f23c67c4853bb2cb31c90fb700a01aca8 (patch)
treeacca9f5970111e7dec08e56e99b4980c058c5e10 /src
parentb5bcd53abca8aa93f3c9a744402f6b8bf988e42f (diff)
downloadaptitude-a29d542f23c67c4853bb2cb31c90fb700a01aca8.tar.gz
Improve a TODO.
Diffstat (limited to 'src')
-rw-r--r--src/qt/windows/main_window.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/windows/main_window.cc b/src/qt/windows/main_window.cc
index 7c4cc9dc..d83a238c 100644
--- a/src/qt/windows/main_window.cc
+++ b/src/qt/windows/main_window.cc
@@ -45,8 +45,8 @@ namespace aptitude
create_menus();
create_gui();
- // TODO: Find a proper size. Add possibility do save user defined to config file.
- // on the second run window should restore previous settings
+ // TODO: Find a good default size. Add a way to save the
+ // current window size on shutdown and restore it on startup.
setGeometry(0, 0, 640, 480);
}