aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WinformsDesktop.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-22 09:25:17 -0400
committerMichael <[email protected]>2017-04-22 09:25:17 -0400
commite05fc88500525e8c9b9e497e91aa7b9d04996019 (patch)
tree244ad795c0941b1eb80c1a19b20e6125b3047142 /ShiftOS.WinForms/WinformsDesktop.cs
parent114141b56e02857fa749cc130f16a2d6cc4c35f5 (diff)
downloadshiftos_thereturn-e05fc88500525e8c9b9e497e91aa7b9d04996019.tar.gz
shiftos_thereturn-e05fc88500525e8c9b9e497e91aa7b9d04996019.tar.bz2
shiftos_thereturn-e05fc88500525e8c9b9e497e91aa7b9d04996019.zip
Add sizing of applauncher elements
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.cs')
-rw-r--r--ShiftOS.WinForms/WinformsDesktop.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs
index c458a4a..d15c04d 100644
--- a/ShiftOS.WinForms/WinformsDesktop.cs
+++ b/ShiftOS.WinForms/WinformsDesktop.cs
@@ -604,6 +604,14 @@ namespace ShiftOS.WinForms
btnshutdown.Font = LoadedSkin.ShutdownFont;
btnshutdown.ForeColor = LoadedSkin.ShutdownForeColor;
+
+ pnladvancedal.Size = LoadedSkin.AALSize;
+
+ pnlalsystemactions.Height = LoadedSkin.ALSystemActionHeight;
+ pnlstatus.Height = LoadedSkin.ALSystemStatusHeight;
+
+ flcategories.Width = LoadedSkin.AALCategoryViewWidth;
+ this.flapps.Width = LoadedSkin.AALItemViewWidth;
}