mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Resize details widget to minimum by default
This commit is contained in:
parent
ea5c6c1eb5
commit
a5dc1964a9
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ DatabaseWidget::DatabaseWidget(Database* db, QWidget* parent)
|
|||
|
||||
m_detailSplitter->setStretchFactor(0, 100);
|
||||
m_detailSplitter->setStretchFactor(1, 0);
|
||||
m_detailSplitter->setSizes({1, 1});
|
||||
|
||||
m_searchingLabel->setVisible(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue