mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Fixed KBM default window size not being DPI Aware (#2873)
* Fixed KBM default window size not being DPI Aware * Fixed missing lib file on Release * Changed to be only DPI dependent
This commit is contained in:
@@ -44,10 +44,10 @@ namespace KeyboardManagerConstants
|
||||
inline const long MaxShortcutSize = 3;
|
||||
|
||||
// Default window sizes
|
||||
inline const double DefaultEditKeyboardWindowWidth = 0.4;
|
||||
inline const double DefaultEditKeyboardWindowHeight = 0.55;
|
||||
inline const double DefaultEditShortcutsWindowWidth = 0.52;
|
||||
inline const double DefaultEditShortcutsWindowHeight = 0.55;
|
||||
inline const int DefaultEditKeyboardWindowWidth = 800;
|
||||
inline const int DefaultEditKeyboardWindowHeight = 600;
|
||||
inline const int DefaultEditShortcutsWindowWidth = 1000;
|
||||
inline const int DefaultEditShortcutsWindowHeight = 600;
|
||||
|
||||
// Key Remap table constants
|
||||
inline const long RemapTableColCount = 4;
|
||||
|
||||
Reference in New Issue
Block a user