Increase height of context selector button - so that line is at same position as bottom of play queue
This commit is contained in:
committed by
craig.p.drummond
parent
0dd5b07989
commit
17ef2138c1
@@ -122,7 +122,7 @@ ViewSelector::ViewSelector(QWidget *p)
|
||||
: QWidget(p)
|
||||
{
|
||||
group=new QButtonGroup(this);
|
||||
setFixedHeight(SizeWidget::standardHeight());
|
||||
setFixedHeight(SizeWidget::standardHeight()+1); // So that faded line is at same position as bottom of views...
|
||||
}
|
||||
|
||||
void ViewSelector::addItem(const QString &label, const QVariant &data)
|
||||
|
||||
Reference in New Issue
Block a user