mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Cosmetic changes
Taskbar Setting => Settings Alignment of combo boxes Alignment of checkboxes and text
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user