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:
parent
a8cc02c1f9
commit
43bc7dd682
@ -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"));
|
||||||
|
Loading…
Reference in New Issue
Block a user