[Feature] Icon-only view like "Quick Launch" (#495), version 1.3.2.5

This commit is contained in:
Markus Hofknecht 2023-08-10 15:10:55 +02:00
parent 00b4c5ddcc
commit 9683e5c461

View file

@ -412,7 +412,7 @@ namespace SystemTrayMenu.UserInterface
numericUpDownRowHeighteInPercentage.Value = Settings.Default.RowHeighteInPercentage;
}
numericUpDownMenuWidth.Minimum = 25;
numericUpDownMenuWidth.Minimum = 0;
numericUpDownMenuWidth.Maximum = 400;
numericUpDownMenuWidth.Increment = 5;
numericUpDownMenuWidth.Value = Settings.Default.WidthMaxInPercent;