Increase min width before expanding

This commit is contained in:
craig.p.drummond
2013-06-20 19:11:13 +00:00
committed by craig.p.drummond
parent 108b460db4
commit 3b0faaa692

View File

@@ -185,7 +185,7 @@ ContextWidget::ContextWidget(QWidget *parent)
artist = new ArtistView(this);
album = new AlbumView(this);
song = new SongView(this);
minWidth=album->picSize().width()*1.9;
minWidth=album->picSize().width()*2.5;
artist->addEventFilter(this);
album->addEventFilter(this);