Cosmetic changes

Taskbar Setting => Settings

Alignment of combo boxes
Alignment of checkboxes and text
This commit is contained in:
Coenraad Stijne
2014-07-10 21:07:44 +02:00
parent 418aa44960
commit 2d895b52a4
4 changed files with 14 additions and 13 deletions

View File

@@ -223,7 +223,7 @@ namespace Wox {
notifyIcon.Click += (o, e) => ShowWox();
var open = new MenuItem("Open");
open.Click += (o, e) => ShowWox();
var setting = new MenuItem("Setting");
var setting = new MenuItem("Settings");
setting.Click += (o, e) => OpenSettingDialog();
var exit = new MenuItem("Exit");
exit.Click += (o, e) => CloseApp();