Distinguish between adding groups and subgroups
Fixed visual distortion in PasswordGenDlg Updated Spanish translation git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@240 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -114,8 +114,7 @@ CGenPwDialog::CGenPwDialog(QWidget* parent, bool StandAloneMode,Qt::WFlags fl)
|
||||
Check_EveryGroup->setChecked(config->pwGenEveryGroup());
|
||||
Spin_Num->setValue(config->pwGenLength());
|
||||
adjustSize();
|
||||
setMaximumSize(size());
|
||||
setMinimumSize(size());
|
||||
resize(size() + QSize(10, 20));
|
||||
createBanner(&BannerPixmap,getPixmap("dice"),tr("Password Generator"),width());
|
||||
|
||||
if(!config->showPasswords())
|
||||
|
||||
Reference in New Issue
Block a user