[PR #812] [CLOSED] Tray - Force scaling icon #6584

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/812
Author: @ogios
Created: 12/13/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+112 additions, -16 deletions)

View changed files

📝 src/modules/tray/icon.rs (+112 -16)

📄 Description

fix https://github.com/JakeStanger/ironbar/issues/809

this make sure that all the icon's height are the same.
but some might considered "ok" size before may seem a bit off than usual:

BEFORE:
image

AFTER:
image

But we can change the icon size ourself (used to be 16, now 24):
image

So this is just one way of fixing the problem
i can close this if it's not a proper solution.


🔄 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/812 **Author:** [@ogios](https://github.com/ogios) **Created:** 12/13/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`e0aa6a6`](https://github.com/JakeStanger/ironbar/commit/e0aa6a6dac6a4ec6c8267c190eb5510cd5f8dd99) force scale image ### 📊 Changes **1 file changed** (+112 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/tray/icon.rs` (+112 -16) </details> ### 📄 Description fix https://github.com/JakeStanger/ironbar/issues/809 this make sure that all the icon's height are the same. but some might considered "ok" size before may seem a bit off than usual: BEFORE: ![image](https://github.com/user-attachments/assets/f02c50a5-0004-4932-a2ba-4f1c924b229d) AFTER: ![image](https://github.com/user-attachments/assets/2ffca42c-37c0-4de1-bfc2-f3a27604d8c3) But we can change the icon size ourself (used to be 16, now 24): ![image](https://github.com/user-attachments/assets/5ddeb0b8-cb23-481b-afd7-1eb1dcb860d0) So this is just one way of fixing the problem i can close this if it's not a proper solution. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:56:31 +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#6584
No description provided.