diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-14 22:27:45 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-14 22:27:45 -0600 |
commit | 4a5c8c418703a65c8f6576a6dcdbb2529c26764d (patch) | |
tree | e7e0bdebea8430d34904ccfa1e1f60cccbc6917b /src/gui | |
parent | ebd128d47a3bcdf0b0bc03f179c4365c7c23a084 (diff) | |
download | mana-4a5c8c418703a65c8f6576a6dcdbb2529c26764d.tar.gz mana-4a5c8c418703a65c8f6576a6dcdbb2529c26764d.tar.bz2 mana-4a5c8c418703a65c8f6576a6dcdbb2529c26764d.tar.xz mana-4a5c8c418703a65c8f6576a6dcdbb2529c26764d.zip |
Fixed default size for the debug window.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/debugwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/debugwindow.cpp b/src/gui/debugwindow.cpp index 999e00a2..9b8ea6bd 100644 --- a/src/gui/debugwindow.cpp +++ b/src/gui/debugwindow.cpp @@ -40,7 +40,7 @@ DebugWindow::DebugWindow(): setResizable(true); setCloseButton(true); - setDefaultSize(400, 60, ImageRect::CENTER); + setDefaultSize(400, 100, ImageRect::CENTER); mFPSLabel = new Label("0 FPS"); mMusicFileLabel = new Label("Music: "); |