fix appscape button sizing

This commit is contained in:
Michael 2017-04-28 21:47:35 -04:00
parent d56a8af9c5
commit 6f250a0498

View file

@ -309,7 +309,7 @@ namespace ShiftOS.WinForms.ShiftnetSites
SetupCategory(cat);
};
ControlManager.SetupControl(btn);
btn.Width = flcategories.Width - 2;
btn.Width = flcategories.Width - 10;
flcategories.Controls.Add(btn);
btn.Show();
}