mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
fixed some graphic styles in MacOSX
This commit is contained in:
@ -118,7 +118,11 @@ void YACReaderTitledToolBar::addSepartor()
|
||||
|
||||
QWidget * w = new QWidget(this);
|
||||
w->setFixedSize(1,14);
|
||||
#ifdef Q_OS_MAC
|
||||
w->setStyleSheet("QWidget {background-color:#AFAFAF;}");
|
||||
#else
|
||||
w->setStyleSheet("QWidget {background-color:#6F6F6F;}");
|
||||
#endif
|
||||
|
||||
mainLayout->addSpacing(10);
|
||||
mainLayout->addWidget(w);
|
||||
|
Reference in New Issue
Block a user