aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2008-06-13 20:50:47 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2008-06-13 20:50:47 -0400
commit20c02e5596b2eb6e152df3acc8bbb129079740b7 (patch)
tree5620dc1a001cadb9e2b53469121e62a84cccf712
parentMade credentials non-static. (diff)
downloadzmusicplayer-20c02e5596b2eb6e152df3acc8bbb129079740b7.tar.xz
zmusicplayer-20c02e5596b2eb6e152df3acc8bbb129079740b7.zip
Reduced default size to miimum.
-rw-r--r--PlayerWindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/PlayerWindow.cpp b/PlayerWindow.cpp
index eba7138..af74b20 100644
--- a/PlayerWindow.cpp
+++ b/PlayerWindow.cpp
@@ -79,7 +79,6 @@ void PlayerWindow::setupUi()
addToolBar(toolBar);
setUnifiedTitleAndToolBarOnMac(true);
setMinimumSize(500, 400);
- resize(800, 600);
setWindowTitle("ZX2C4 Music Player");
setWindowIcon(style()->standardIcon(QStyle::SP_DriveCDIcon));