mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 22:17:39 +03:00
Display a Close button for history items.
Previously we had Ok and Cancel with the same action.
This commit is contained in:
parent
b9c9c56059
commit
f3d956ceed
3 changed files with 22 additions and 0 deletions
|
@ -277,6 +277,7 @@ void EditEntryWidget::loadEntry(Entry* entry, bool create, bool history, const Q
|
|||
}
|
||||
|
||||
setForms(entry);
|
||||
setReadOnly(m_history);
|
||||
|
||||
setCurrentRow(0);
|
||||
setRowHidden(m_historyWidget, m_history);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue