From e63e1d65f7445988d9889a7b5a54b380ddb514e8 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 22 Apr 2017 12:44:26 -0400 Subject: Enable GIF loading --- ShiftOS.WinForms/WinformsDesktop.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'ShiftOS.WinForms/WinformsDesktop.cs') diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs index d15c04d..61c371e 100644 --- a/ShiftOS.WinForms/WinformsDesktop.cs +++ b/ShiftOS.WinForms/WinformsDesktop.cs @@ -456,7 +456,6 @@ namespace ShiftOS.WinForms UserControl w = (UserControl)Activator.CreateInstance(widget.Value, null); w.Location = WidgetManager.LoadLocation(w.GetType()); - w.Top -= desktoppanel.Height; pnlwidgetlayer.Controls.Add(w); MakeWidgetMovable(w); Widgets.Add(w as IDesktopWidget); -- cgit v1.2.3