remove the X at the top of the regression testing window. It gives us problems
This commit is contained in:
parent
67dcbd82fb
commit
cedb54abff
@ -162,6 +162,8 @@ namespace EduNetworkBuilder
|
|||||||
newCB = AddCheckBox(count++, Untested);
|
newCB = AddCheckBox(count++, Untested);
|
||||||
newCB.Checked = true; //start with this one checked
|
newCB.Checked = true; //start with this one checked
|
||||||
|
|
||||||
|
this.ControlBox = false; //remove the X at the top corner that gives us problems
|
||||||
|
|
||||||
panelCheckboxes.ResumeLayout();
|
panelCheckboxes.ResumeLayout();
|
||||||
btnOK.Text = NB.Translate("_Load");
|
btnOK.Text = NB.Translate("_Load");
|
||||||
btnAdd.Text = NB.Translate("_Cancel");
|
btnAdd.Text = NB.Translate("_Cancel");
|
||||||
|
Loading…
Reference in New Issue
Block a user