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:
sniperbeamer
2008-02-19 22:55:40 +00:00
parent 619eaa1552
commit 8b08b321a5
13 changed files with 216 additions and 200 deletions

View File

@@ -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();
}