mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
fix appscape button sizing
This commit is contained in:
parent
d56a8af9c5
commit
6f250a0498
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue