Add padding to GUI

mac
Miepee 3 years ago
parent 0bb68316e0
commit 824e19ebb2

@ -34,7 +34,7 @@ public partial class MainForm : Form
Title = $"AM2RPortHelper - v{Core.Version}"; Title = $"AM2RPortHelper - v{Core.Version}";
MinimumSize = new Size(260, 280); MinimumSize = new Size(260, 280);
var mainLayout = new DynamicLayout(); var mainLayout = new DynamicLayout() {Padding = 10};
mainLayout.BeginVertical(); mainLayout.BeginVertical();
mainLayout.AddRange(labelSelectMod, mainLayout.AddRange(labelSelectMod,
new Label { Height = 5 }, new Label { Height = 5 },

Loading…
Cancel
Save