forked from Ivasoft/DSView
Disable toolbar use a bold font
This commit is contained in:
@@ -239,7 +239,7 @@ void TitleBar::mouseDoubleClickEvent(QMouseEvent *event)
|
||||
void TitleBar::update_font()
|
||||
{
|
||||
QFont font = this->font();
|
||||
font.setPointSizeF(AppConfig::Instance().appOptions.fontSize + 2);
|
||||
font.setPointSizeF(AppConfig::Instance().appOptions.fontSize);
|
||||
_title->setFont(font);
|
||||
}
|
||||
|
||||
|
||||
@@ -587,7 +587,6 @@ QToolBar
|
||||
{
|
||||
border: 1px transparent;
|
||||
background: 1px solid #262626;
|
||||
font-weight: bold;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
||||
@@ -587,7 +587,6 @@ QToolBar
|
||||
{
|
||||
border: 1px transparent;
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user