mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-02 10:27:07 -04:00
Remove window title bar context help button
This commit is contained in:
parent
204bf81dd1
commit
c248944dc1
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ AboutDialog::AboutDialog(QWidget* parent)
|
|||
|
||||
resize(minimumSize());
|
||||
setWindowFlags(Qt::Sheet);
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
m_ui->nameLabel->setText(m_ui->nameLabel->text() + " " + KEEPASSX_VERSION);
|
||||
QFont nameLabelFont = m_ui->nameLabel->font();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue