diff options
| author | Michael <[email protected]> | 2017-02-25 10:03:36 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-25 10:03:36 -0500 |
| commit | 910a1c455e0176bfff7776e47f9160e349cfaf67 (patch) | |
| tree | 0d8b17eafb1bd76d3b6daadabc2452bd807d72e1 /ShiftOS.WinForms/Applications/Notifications.Designer.cs | |
| parent | ea18e37bffacbb8d52b875eecc860dc985ba8bc5 (diff) | |
| download | shiftos_thereturn-910a1c455e0176bfff7776e47f9160e349cfaf67.tar.gz shiftos_thereturn-910a1c455e0176bfff7776e47f9160e349cfaf67.tar.bz2 shiftos_thereturn-910a1c455e0176bfff7776e47f9160e349cfaf67.zip | |
Notification counter on desktop.
Diffstat (limited to 'ShiftOS.WinForms/Applications/Notifications.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Notifications.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
