[PR #706] [MERGED] fix(popup): incorrect pos when resolution changes #9314

Closed
opened 2026-05-23 03:56:14 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/706
Author: @JakeStanger
Created: 8/14/2024
Status: Merged
Merged: 8/14/2024
Merged by: @JakeStanger

Base: masterHead: fix/mon-resize


📝 Commits (1)

  • 2aa55d8 fix(popup): incorrect pos when resolution changes

📊 Changes

4 files changed (+47 additions, -11 deletions)

View changed files

📝 src/bar.rs (+6 -1)
📝 src/clients/wayland/wl_output.rs (+1 -1)
📝 src/macros.rs (+4 -0)
📝 src/popup.rs (+36 -9)

📄 Description

Popups will now instantly reposition themselves to be correctly placed on resolution change. This includes orientation and scale changes.

Fixes #610


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/706 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 8/14/2024 **Status:** ✅ Merged **Merged:** 8/14/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/mon-resize` --- ### 📝 Commits (1) - [`2aa55d8`](https://github.com/JakeStanger/ironbar/commit/2aa55d8d66c69ed02089811af4f3f2eaee11f2ee) fix(popup): incorrect pos when resolution changes ### 📊 Changes **4 files changed** (+47 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/bar.rs` (+6 -1) 📝 `src/clients/wayland/wl_output.rs` (+1 -1) 📝 `src/macros.rs` (+4 -0) 📝 `src/popup.rs` (+36 -9) </details> ### 📄 Description Popups will now instantly reposition themselves to be correctly placed on resolution change. This includes orientation and scale changes. Fixes #610 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:56:14 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#9314
No description provided.