mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Try to remove frame from toolbar on Windows 8.
This commit is contained in:
@@ -68,6 +68,9 @@ QToolbarTabDialog::QToolbarTabDialog() :
|
||||
|
||||
pimpl->toolbar = new QToolBar(pimpl->dialog.data());
|
||||
pimpl->toolbar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
|
||||
#ifdef Q_OS_WIN
|
||||
pimpl->toolbar->setStyleSheet( "QToolBar { border: 0px; }" );
|
||||
#endif
|
||||
|
||||
pimpl->stack = new QStackedWidget(pimpl->dialog.data());
|
||||
|
||||
|
Reference in New Issue
Block a user