Minor whitespace fix
This commit is contained in:
@@ -161,8 +161,6 @@ void TitleBarWidget::updateMinimizeButton()
|
||||
void TitleBarWidget::updateAutoHideButton()
|
||||
{
|
||||
if (Config::self().flags() & Config::Flag_internal_AutoHideSupport) {
|
||||
|
||||
|
||||
if (const Frame *f = frame()) {
|
||||
if (f->isInMainWindow()) {
|
||||
m_autoHideButton->setIcon(QIcon(QStringLiteral(":/img/auto-hide.png")));
|
||||
|
||||
Reference in New Issue
Block a user