mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-19 04:02:09 +01:00
Do not show the "Print" button in the toolbar on OS X
(As we are using buttons with text on OS X, the space is very limited)
This commit is contained in:
parent
a073c93e0d
commit
3709a3feb5
@ -664,7 +664,9 @@ void GUI::createToolBars()
|
||||
_fileToolBar->addAction(_openFileAction);
|
||||
_fileToolBar->addAction(_reloadFileAction);
|
||||
_fileToolBar->addAction(_closeFileAction);
|
||||
#ifndef Q_OS_MAC
|
||||
_fileToolBar->addAction(_printFileAction);
|
||||
#endif // Q_OS_MAC
|
||||
|
||||
_showToolBar = addToolBar(tr("Show"));
|
||||
_showToolBar->setObjectName("Show");
|
||||
|
Loading…
x
Reference in New Issue
Block a user