[PR #1245] [MERGED] [bluetooth] grow popup size until a configureable limit based on the number of devices #8274

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1245
Author: @xMAC94x
Created: 11/21/2025
Status: Merged
Merged: 12/8/2025
Merged by: @JakeStanger

Base: masterHead: xMAC94x/bluetooth_min_height


📝 Commits (3)

  • 0b08555 with #1186 gtk4 seemed to no longer set a min_height on the bluetoothbox, this adds a method to allow the box to grow until a limit of height is reached.
  • bf21aa6 combine scrollable in this new config parameter. and use the set_propagate_natural_height fn in combination with limiting max_content_height
  • 267ad66 allow choosing between pixels and devices for Bluetooth module. and adjust docu

📊 Changes

3 files changed (+59 additions, -22 deletions)

View changed files

📝 docs/modules/Bluetooth.md (+9 -5)
📝 src/modules/bluetooth/config.rs (+14 -4)
📝 src/modules/bluetooth/mod.rs (+36 -13)

📄 Description

see issue #1186, though this does not fix the width problems


🔄 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/1245 **Author:** [@xMAC94x](https://github.com/xMAC94x) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `xMAC94x/bluetooth_min_height` --- ### 📝 Commits (3) - [`0b08555`](https://github.com/JakeStanger/ironbar/commit/0b0855558b8903f69450da1f08caec19b9b027c4) with #1186 gtk4 seemed to no longer set a min_height on the bluetoothbox, this adds a method to allow the box to grow until a limit of height is reached. - [`bf21aa6`](https://github.com/JakeStanger/ironbar/commit/bf21aa6bf774765960c2d0b09d3dd64ea30a1405) combine scrollable in this new config parameter. and use the set_propagate_natural_height fn in combination with limiting max_content_height - [`267ad66`](https://github.com/JakeStanger/ironbar/commit/267ad662bb5230e2fc4f78717e2605ab43308235) allow choosing between `pixels` and `devices` for Bluetooth module. and adjust docu ### 📊 Changes **3 files changed** (+59 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Bluetooth.md` (+9 -5) 📝 `src/modules/bluetooth/config.rs` (+14 -4) 📝 `src/modules/bluetooth/mod.rs` (+36 -13) </details> ### 📄 Description see issue #1186, though this does not fix the width problems --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:57:08 +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#8274
No description provided.