mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Avoid saveState() warning on object name
.. by setting it for the unified toolbar on a Mac.
This commit is contained in:
@@ -219,6 +219,7 @@ MainWindow::MainWindow(const QDir &home)
|
||||
setUnifiedTitleAndToolBarOnMac(true);
|
||||
#endif
|
||||
head = addToolBar(context->athlete->cyclist);
|
||||
head->setObjectName(context->athlete->cyclist);
|
||||
head->setContentsMargins(20,0,20,0);
|
||||
head->setFloatable(false);
|
||||
head->setMovable(false);
|
||||
|
||||
Reference in New Issue
Block a user