Skip to content

Commit 8180d68

Browse files
committed
removed commented out lines
1 parent 40f2c50 commit 8180d68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

XMapLibSharp/KeymapPresetOperations.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,11 @@ static Button BuildPresetButton(string presetName)
5454
tb1.Text = "[" + presetName + "]";
5555
tb1.Font = f;
5656
tb1.BackColor = Color.Aquamarine;
57-
//tb1.Margin = new(100);
58-
//tb1.Padding = new Padding(100);
5957
tb1.MaximumSize = new(Width, Height);
6058
tb1.MinimumSize = new(Width, Height);
6159
tb1.FlatStyle = FlatStyle.Flat;
6260
tb1.Visible = true;
6361
tb1.TextAlign = ContentAlignment.MiddleCenter;
64-
//tb1.Dock = DockStyle.Fill;
6562
return tb1;
6663
}
6764
List<KeymapPreset> presetButtons = new();

0 commit comments

Comments
 (0)