Skip to content

Commit

Permalink
Fixup volume slider height on Linux (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonko0493 authored Apr 6, 2023
1 parent 85930b4 commit 4022dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SerialLoops/Dialogs/BgmVolumePropertiesDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public void InitializeComponent()
{
MinValue = 0,
MaxValue = 200,
Height = Waveform.Height,
Value = 100,
Orientation = Orientation.Vertical,
};
Expand Down

0 comments on commit 4022dab

Please sign in to comment.