mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
Remove some double margins.
This commit is contained in:
parent
82d697b657
commit
fb499154bd
3 changed files with 13 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ DatabaseWidget::DatabaseWidget(Database* db, QWidget* parent)
|
|||
m_searchWidget->hide();
|
||||
|
||||
QVBoxLayout* vLayout = new QVBoxLayout(rightHandSideWidget);
|
||||
vLayout->setMargin(0);
|
||||
vLayout->addWidget(m_searchWidget);
|
||||
vLayout->addWidget(m_entryView);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue