mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-20 18:56:07 -05:00
Resize About dialog to minimum size, even out layout spacings and open it as a dialog
This commit is contained in:
parent
f25ad83a02
commit
204bf81dd1
3 changed files with 62 additions and 8 deletions
|
|
@ -32,6 +32,9 @@ AboutDialog::AboutDialog(QWidget* parent)
|
|||
{
|
||||
m_ui->setupUi(this);
|
||||
|
||||
resize(minimumSize());
|
||||
setWindowFlags(Qt::Sheet);
|
||||
|
||||
m_ui->nameLabel->setText(m_ui->nameLabel->text() + " " + KEEPASSX_VERSION);
|
||||
QFont nameLabelFont = m_ui->nameLabel->font();
|
||||
nameLabelFont.setPointSize(nameLabelFont.pointSize() + 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue