mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
More UnifiedTitleToolbar Fixups
.. fix preferences dialog toolbar .. dodgy stylesheet fixed in MainWindow
This commit is contained in:
@@ -41,6 +41,8 @@ ConfigDialog::ConfigDialog(QDir _home, Zones *_zones, Context *context) :
|
||||
QToolBar *head = addToolBar(tr("Preferences"));
|
||||
setFixedSize(525,540);
|
||||
setUnifiedTitleAndToolBarOnMac(true);
|
||||
head->setFloatable(false);
|
||||
head->setMovable(false);
|
||||
#else
|
||||
QToolBar *head = addToolBar(tr("Options"));
|
||||
head->setMovable(false); // oops!
|
||||
|
||||
Reference in New Issue
Block a user