mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 11:04:39 +00:00
corrected style of mac toolbutton
This commit is contained in:
parent
bc9c78c875
commit
501aecf30d
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user