[PR #1200] [MERGED] feat(clipboard): options for configuring image width/height #5438

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1200
Author: @JakeStanger
Created: 10/19/2025
Status: Merged
Merged: 10/19/2025
Merged by: @JakeStanger

Base: masterHead: feat/clipboard-image-size


📝 Commits (1)

  • 595ce0a feat(clipboard): options for configuring image width/height

📊 Changes

4 files changed (+73 additions, -45 deletions)

View changed files

📝 docs/modules/Clipboard.md (+2 -0)
📝 src/gtk_helpers.rs (+29 -2)
📝 src/image/provider.rs (+8 -12)
📝 src/modules/clipboard.rs (+34 -31)

📄 Description

Adds new image_max_width and image_max_height properties to control the size copied images are displayed at in the clipboard module popup.


🔄 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/1200 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 10/19/2025 **Status:** ✅ Merged **Merged:** 10/19/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/clipboard-image-size` --- ### 📝 Commits (1) - [`595ce0a`](https://github.com/JakeStanger/ironbar/commit/595ce0ab60981a034479ccec23836ca0bd928749) feat(clipboard): options for configuring image width/height ### 📊 Changes **4 files changed** (+73 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Clipboard.md` (+2 -0) 📝 `src/gtk_helpers.rs` (+29 -2) 📝 `src/image/provider.rs` (+8 -12) 📝 `src/modules/clipboard.rs` (+34 -31) </details> ### 📄 Description Adds new `image_max_width` and `image_max_height` properties to control the size copied images are displayed at in the clipboard module popup. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:57:13 +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#5438
No description provided.