mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
DocumentMode and UnifiedTitleAndToolbar
.. don't go together, so removing the document mode update.
This commit is contained in:
@@ -461,9 +461,6 @@ MainWindow::MainWindow(const QDir &home)
|
||||
QPalette tabbarPalette;
|
||||
tabbarPalette.setBrush(backgroundRole(), QColor("#B3B4B6"));
|
||||
tabbar->setPalette(tabbarPalette);
|
||||
#ifdef Q_OS_MAC
|
||||
tabbar->setDocumentMode(true);
|
||||
#endif
|
||||
|
||||
tabStack = new QStackedWidget(this);
|
||||
currentTab = new Tab(context);
|
||||
|
||||
Reference in New Issue
Block a user