From 9035860c0aa872efd08efd9ba03cecab65ceadd6 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 27 Sep 2023 15:50:25 +0200 Subject: [PATCH] Update and rename stronghold-tray-position.md to tray-position.md --- .changes/stronghold-tray-position.md | 5 ----- .changes/tray-position.md | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .changes/stronghold-tray-position.md create mode 100644 .changes/tray-position.md 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.