1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

System defined toolbar style does't seem to be a that good idea...

This commit is contained in:
Martin Tůma 2016-05-15 22:50:44 +02:00
parent a8cc02c1f9
commit 43bc7dd682

View File

@ -374,8 +374,6 @@ void GUI::createToolBars()
{ {
#ifdef Q_OS_MAC #ifdef Q_OS_MAC
setToolButtonStyle(Qt::ToolButtonTextUnderIcon); setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
#else // Q_OS_MAC
setToolButtonStyle(Qt::ToolButtonFollowStyle);
#endif // Q_OS_MAC #endif // Q_OS_MAC
_fileToolBar = addToolBar(tr("File")); _fileToolBar = addToolBar(tr("File"));