mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-26 01:26:42 -05:00
Fix edit entry form alignment and autotype settings '+'/'-' buttons
This commit is contained in:
parent
35788f8654
commit
a37b98d95d
4 changed files with 153 additions and 133 deletions
|
|
@ -77,6 +77,8 @@ EditEntryWidget::EditEntryWidget(QWidget* parent)
|
|||
|
||||
connect(this, SIGNAL(accepted()), SLOT(saveEntry()));
|
||||
connect(this, SIGNAL(rejected()), SLOT(cancel()));
|
||||
|
||||
m_mainUi->passwordGenerator->layout()->setContentsMargins(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
EditEntryWidget::~EditEntryWidget()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue