From 910a1c455e0176bfff7776e47f9160e349cfaf67 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Feb 2017 10:03:36 -0500 Subject: Notification counter on desktop. --- ShiftOS.WinForms/Applications/Notifications.Designer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/Applications/Notifications.Designer.cs') diff --git a/ShiftOS.WinForms/Applications/Notifications.Designer.cs b/ShiftOS.WinForms/Applications/Notifications.Designer.cs index d9a8388..74fd5b7 100644 --- a/ShiftOS.WinForms/Applications/Notifications.Designer.cs +++ b/ShiftOS.WinForms/Applications/Notifications.Designer.cs @@ -47,6 +47,7 @@ // fllist // this.fllist.Dock = System.Windows.Forms.DockStyle.Fill; + this.fllist.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.fllist.Location = new System.Drawing.Point(0, 33); this.fllist.Name = "fllist"; this.fllist.Size = new System.Drawing.Size(437, 487); -- cgit v1.2.3