aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs b/ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs
index 691f622..fa575f4 100644
--- a/ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs
+++ b/ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs
@@ -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();
}