Increase height of context selector button - so that line is at same position as bottom of play queue

This commit is contained in:
craig.p.drummond
2014-02-27 17:46:01 +00:00
committed by craig.p.drummond
parent 0dd5b07989
commit 17ef2138c1

View File

@@ -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)