diff --git a/.changes/stronghold-tray-position.md b/.changes/stronghold-tray-position.md deleted file mode 100644 index 9b470b8f..00000000 --- a/.changes/stronghold-tray-position.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stronghold": patch ---- - -Make Tary Positioner more intuitive. `Position::TrayLeft, Position::TrayRight, Position::TrayCenter`. diff --git a/.changes/tray-position.md b/.changes/tray-position.md new file mode 100644 index 00000000..c1fa71cb --- /dev/null +++ b/.changes/tray-position.md @@ -0,0 +1,5 @@ +--- +"positioner": patch +--- + +`TrayLeft`, `TrayRight` and `TrayCenter` will now position the window according to the tray position relative to the monitor dimensions to prevent windows being displayed partially off-screen.