Dynamically set size of the settings dialog
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@155 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -162,6 +162,9 @@ CSettingsDlg::CSettingsDlg(QWidget* parent):QDialog(parent,Qt::Dialog)
|
||||
Edit_GlobalShortcut->setShortcut(config->globalShortcut());
|
||||
CheckBox_EntryTitlesMatch->setChecked(config->entryTitlesMatch());
|
||||
#endif
|
||||
|
||||
adjustSize();
|
||||
resize( size() + QSize(50,20) );
|
||||
}
|
||||
|
||||
CSettingsDlg::~CSettingsDlg()
|
||||
|
||||
Reference in New Issue
Block a user