From 5ff2ae2fd8bf4161ff8789e394d763864f4e20c2 Mon Sep 17 00:00:00 2001 From: Farex-GH Date: Sun, 11 Sep 2022 00:25:45 -0700 Subject: [PATCH] mainform: playback: Remove ticks on song trackbar The ticks aren't really helpful on the trackbar, and end up just causing visual clutter when a song is loaded. --- BAKKA-Editor/MainForm.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BAKKA-Editor/MainForm.Designer.cs b/BAKKA-Editor/MainForm.Designer.cs index 9e6c5b9..3ea9102 100644 --- a/BAKKA-Editor/MainForm.Designer.cs +++ b/BAKKA-Editor/MainForm.Designer.cs @@ -703,7 +703,7 @@ // this.trackBarVolume.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.trackBarVolume.Location = new System.Drawing.Point(686, 36); - this.trackBarVolume.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.trackBarVolume.Margin = new System.Windows.Forms.Padding(2); this.trackBarVolume.Maximum = 100; this.trackBarVolume.Name = "trackBarVolume"; this.trackBarVolume.Orientation = System.Windows.Forms.Orientation.Vertical; @@ -751,6 +751,7 @@ this.songTrackBar.Name = "songTrackBar"; this.songTrackBar.Size = new System.Drawing.Size(572, 45); this.songTrackBar.TabIndex = 2; + this.songTrackBar.TickStyle = System.Windows.Forms.TickStyle.None; this.songTrackBar.ValueChanged += new System.EventHandler(this.songTrackBar_ValueChanged); // // selectSongButton