mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
update launch window size
This commit is contained in:
@@ -13,8 +13,8 @@ namespace KeyboardManagerEditorUI.Helpers
|
||||
public static class EditorConstants
|
||||
{
|
||||
// Default window size
|
||||
public const int DefaultEditorWindowWidth = 960;
|
||||
public const int DefaultEditorWindowHeight = 600;
|
||||
public const int DefaultEditorWindowWidth = 1440;
|
||||
public const int DefaultEditorWindowHeight = 900;
|
||||
|
||||
// Default notification timeout
|
||||
public const int DefaultNotificationTimeout = 1500;
|
||||
|
||||
Reference in New Issue
Block a user