[BUG] Settings dialog doesn't show all elements (#217), version 1.0.21.1

This commit is contained in:
Markus Hofknecht 2021-10-11 19:06:26 +02:00
parent e9efc8cd0b
commit a16a3687fa

View file

@ -556,7 +556,7 @@ namespace SystemTrayMenu.UserInterface
tabControl.Size = new Size(
tabControl.Size.Width,
tableLayoutPanelGeneral.Size.Height + 50);
tableLayoutPanelAdvanced.Size.Height + (int)(50 * Scaling.Factor));
}
private void ButtonOk_Click(object sender, EventArgs e)