[Feature] Improve options Main menu location (#243), version 1.1.0.2

This commit is contained in:
Markus Hofknecht 2021-11-20 19:52:16 +01:00
parent c833817ab0
commit 8021cbf02c

View file

@ -1007,8 +1007,10 @@ namespace SystemTrayMenu.UserInterface
numericUpDownMenuWidth.Value = 300;
numericUpDownMenuHeight.Value = 600;
checkBoxShowInTaskbar.Checked = false;
radioButtonAppearAtTheBottomRight.Checked = true;
radioButtonAppearAtTheBottomLeft.Checked = false;
checkBoxRoundCorners.Checked = true;
radioButtonAppearAtMouseLocation.Checked = false;
checkBoxRefreshLocationEachTime.Checked = false;
}
private void CheckBoxStayOpenWhenFocusLost_CheckedChanged(object sender, EventArgs e)