From c4500b10ed183299aacacee74a4b6be90d59443a Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Thu, 11 Jan 2018 12:21:10 +0100 Subject: [PATCH] Add separator to context menu. Refers to #2 --- ATXTray/AutoTxTray.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ATXTray/AutoTxTray.cs b/ATXTray/AutoTxTray.cs index f191efe..95da906 100644 --- a/ATXTray/AutoTxTray.cs +++ b/ATXTray/AutoTxTray.cs @@ -78,6 +78,7 @@ namespace ATXTray _miSvcRunning, _miSvcSuspended, _miTxProgress, + new ToolStripSeparator(), _miExit }); -- GitLab