We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f2c50 commit 8180d68Copy full SHA for 8180d68
XMapLibSharp/KeymapPresetOperations.cs
@@ -54,14 +54,11 @@ static Button BuildPresetButton(string presetName)
54
tb1.Text = "[" + presetName + "]";
55
tb1.Font = f;
56
tb1.BackColor = Color.Aquamarine;
57
- //tb1.Margin = new(100);
58
- //tb1.Padding = new Padding(100);
59
tb1.MaximumSize = new(Width, Height);
60
tb1.MinimumSize = new(Width, Height);
61
tb1.FlatStyle = FlatStyle.Flat;
62
tb1.Visible = true;
63
tb1.TextAlign = ContentAlignment.MiddleCenter;
64
- //tb1.Dock = DockStyle.Fill;
65
return tb1;
66
}
67
List<KeymapPreset> presetButtons = new();
0 commit comments