2
0
forked from Ivasoft/DSView

Disable toolbar use a bold font

This commit is contained in:
dreamsourcelabTAI
2023-06-14 19:31:32 +08:00
parent dd95035331
commit 4c7ccbb62e
3 changed files with 1 additions and 3 deletions

View File

@@ -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);
}

View File

@@ -587,7 +587,6 @@ QToolBar
{
border: 1px transparent;
background: 1px solid #262626;
font-weight: bold;
padding: 0px;
}

View File

@@ -587,7 +587,6 @@ QToolBar
{
border: 1px transparent;
background: transparent;
font-weight: bold;
padding: 0px;
}