- Thinner splitters for more styles
- Because of the above, dont draw mac focus highlight for views
This commit is contained in:
committed by
craig.p.drummond
parent
5f50c57615
commit
d220bd9d94
@@ -584,11 +584,7 @@ FancyTabWidget::FancyTabWidget(QWidget *parent, bool allowContextMenu)
|
||||
|
||||
QHBoxLayout *mainLayout = new QHBoxLayout;
|
||||
mainLayout->setMargin(0);
|
||||
#ifdef Q_OS_MAC
|
||||
mainLayout->setSpacing(1);
|
||||
#else
|
||||
mainLayout->setSpacing(0);
|
||||
#endif
|
||||
mainLayout->addWidget(sideWidget);
|
||||
mainLayout->addLayout(topLayout);
|
||||
setLayout(mainLayout);
|
||||
|
||||
Reference in New Issue
Block a user