diff --git a/clients/b2/b2client.cpp b/clients/b2/b2client.cpp index a697bed1b1..91e93f412d 100644 --- a/clients/b2/b2client.cpp +++ b/clients/b2/b2client.cpp @@ -502,6 +502,10 @@ void B2Client::addButtons(const QString& s, const QString tips[], this, SLOT(closeWindow())); titleLayout->addWidget(button[BtnClose]); } + break; + case '_': // Additional spacing + titleLayout->addSpacing(4); + break; } } }