Size of the EntryEdit dialog is saved
Some small GUI improvements git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@157 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -239,7 +239,7 @@ void KeepassEntryView::OnNewEntry(){
|
||||
}
|
||||
else
|
||||
NewEntry=db->newEntry(CurrentGroup);
|
||||
CEditEntryDlg dlg(db,NewEntry,this,true);
|
||||
CEditEntryDlg dlg(db,NewEntry,this,true,true);
|
||||
if(!dlg.exec()){
|
||||
db->deleteLastEntry();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user