From 501aecf30dee9ea3fed01a3202d899e5d89fcf60 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Wed, 19 Feb 2014 10:34:31 +0000 Subject: [PATCH] corrected style of mac toolbutton --- src/meshlab/mainwindow_Init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meshlab/mainwindow_Init.cpp b/src/meshlab/mainwindow_Init.cpp index 2fccc81cd..11f654224 100644 --- a/src/meshlab/mainwindow_Init.cpp +++ b/src/meshlab/mainwindow_Init.cpp @@ -511,8 +511,8 @@ void MainWindow::createActions() void MainWindow::createToolBars() { -#if defined(Q_OS_MAC) - this->setStyleSheet("QToolBar {spacing: 0px; } QToolButton {border: 0px solid #8f8f91;border-radius: 0px;}"); +#if defined(Q_OS_MAC) + this->setStyleSheet("QToolBar {spacing: 0px; } QToolButton {border-radius: 0px;} QToolButton:checked {background: darkgray}"); #endif mainToolBar = addToolBar(tr("Standard")); // mainToolBar->setIconSize(QSize(32,32));