Ensure minimum width for setup dialog
Ensure that the dialog has a minimum width so that everything is shown.
This commit is contained in:
@@ -870,6 +870,9 @@ SetupDialog::SetupDialog(ConfigTabs tab_to_open) :
|
||||
vlayout->addWidget(extras_w);
|
||||
vlayout->addSpacing(10);
|
||||
|
||||
// Ensure that we cannot make the dialog smaller than it wants to be
|
||||
setMinimumWidth(width());
|
||||
|
||||
show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user