aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-28 21:47:35 -0400
committerMichael <[email protected]>2017-04-28 21:47:35 -0400
commit6f250a0498a2318e363c82f0647866572e0895bc (patch)
treed94fac015bf7d65335d7c92f6ca63be45f22669a
parentd56a8af9c58a976c4b470b5dafd8f3805c544804 (diff)
downloadshiftos_thereturn-6f250a0498a2318e363c82f0647866572e0895bc.tar.gz
shiftos_thereturn-6f250a0498a2318e363c82f0647866572e0895bc.tar.bz2
shiftos_thereturn-6f250a0498a2318e363c82f0647866572e0895bc.zip
fix appscape button sizing
-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();
}