mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix DatabaseUnlockDialog window sizing.
Fixes the default shrink-wrap and wonky upscaling behaviour of the DatabaseUnlockDialog window.
This commit is contained in:
parent
d3978980d2
commit
29ca08f9ff
@ -31,6 +31,8 @@ DatabaseOpenDialog::DatabaseOpenDialog(QWidget* parent)
|
||||
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint | Qt::ForeignWindow);
|
||||
#endif
|
||||
connect(m_view, SIGNAL(dialogFinished(bool)), this, SLOT(complete(bool)));
|
||||
setLayout(m_view->layout());
|
||||
setMinimumWidth(700);
|
||||
}
|
||||
|
||||
void DatabaseOpenDialog::setFilePath(const QString& filePath)
|
||||
|
Loading…
Reference in New Issue
Block a user