Correctly toggle the playlist open button

This commit is contained in:
Tobias Rundstrom 2006-03-04 22:29:11 -03:00
parent 651558d6c4
commit 0498d4d44a
2 changed files with 7 additions and 1 deletions

View file

@ -90,7 +90,7 @@ PlaylistWindow::PlaylistWindow (QWidget *parent) : QMainWindow (parent)
s.beginGroup ("playlist");
if (!s.contains ("size")) {
s.setValue ("size", QSize (280, 350));
s.setValue ("size", QSize (275, 350));
}
resize (s.value("size").toSize ());