Skip to content

Commit

Permalink
[Feature] Icon-only view like "Quick Launch" (#495), version 1.3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofknecht committed Aug 10, 2023
1 parent 00b4c5d commit 9683e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserInterface/SettingsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ void NumericUpDown_MouseWheel(object sender, MouseEventArgs e)
numericUpDownRowHeighteInPercentage.Value = Settings.Default.RowHeighteInPercentage;
}

numericUpDownMenuWidth.Minimum = 25;
numericUpDownMenuWidth.Minimum = 0;
numericUpDownMenuWidth.Maximum = 400;
numericUpDownMenuWidth.Increment = 5;
numericUpDownMenuWidth.Value = Settings.Default.WidthMaxInPercent;
Expand Down

0 comments on commit 9683e5c

Please sign in to comment.