[PR #470] [MERGED] More tray fixes #6358

Closed
opened 2026-05-23 01:55:54 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/470
Author: @JakeStanger
Created: 2/25/2024
Status: Merged
Merged: 3/17/2024
Merged by: @JakeStanger

Base: masterHead: fix/tray


📝 Commits (3)

  • 72440e6 feat(tray): icon size setting
  • 0675b91 fix(tray): icons ignoring scaling
  • c62d475 fix(tray): submenus not working

📊 Changes

5 files changed (+75 additions, -30 deletions)

View changed files

📝 docs/modules/Tray.md (+4 -3)
📝 src/image/provider.rs (+8 -5)
📝 src/modules/tray/icon.rs (+27 -11)
📝 src/modules/tray/interface.rs (+22 -4)
📝 src/modules/tray/mod.rs (+14 -7)

📄 Description

Fixes potentially/partially #452
Fixes #455


🔄 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/470 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 2/25/2024 **Status:** ✅ Merged **Merged:** 3/17/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/tray` --- ### 📝 Commits (3) - [`72440e6`](https://github.com/JakeStanger/ironbar/commit/72440e69c9e665f3e82e569e770747fc63765b53) feat(tray): icon size setting - [`0675b91`](https://github.com/JakeStanger/ironbar/commit/0675b917f2beeed3e6b626dad8fe34b8063d9c83) fix(tray): icons ignoring scaling - [`c62d475`](https://github.com/JakeStanger/ironbar/commit/c62d47555ec31baa1a7094491e2977a832f4cfcc) fix(tray): submenus not working ### 📊 Changes **5 files changed** (+75 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Tray.md` (+4 -3) 📝 `src/image/provider.rs` (+8 -5) 📝 `src/modules/tray/icon.rs` (+27 -11) 📝 `src/modules/tray/interface.rs` (+22 -4) 📝 `src/modules/tray/mod.rs` (+14 -7) </details> ### 📄 Description Fixes potentially/partially #452 Fixes #455 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:55:54 +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#6358
No description provided.