Increase min width before expanding
This commit is contained in:
committed by
craig.p.drummond
parent
108b460db4
commit
3b0faaa692
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user