mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[GH-ISSUE #1186] Bluetooth module popup cramped #4580
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#4580
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jficz on GitHub (Oct 6, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1186
Describe the bug
Bluetooth popup is cramped.
To reproduce
Steps to reproduce the behavior:
bluetoothI need to scroll down to see all of my BT devices (I'v got about 10 of them).
Expected behavior
A bigger popup, wide enough to fit a device name on a single line and high enough to fit ideally all of them or up to a user-specified limit (as in device limit, not absolute size).
System information:
Configuration
Config
Styles
Additional context
n/a
Screenshots
@benoitlx commented on GitHub (Oct 15, 2025):
I know it's a workaround, but have you tried setting
popup.scrollabletofalse?In my case, with this option enabled, all of my devices are listed in a single block and I don't need to scroll in a cramped popup.
@jficz commented on GitHub (Oct 15, 2025):
Thanks! I missed this option. Guess that would be a good enough workaround for me, though not closing since this would still be just a workaround. But I'd say it lowers the prio of this issue considerably @JakeStanger
@JakeStanger commented on GitHub (Oct 15, 2025):
Cool good to know. I'm still regarding this as a regression from the GTK4 port, so do want to get it fixed before next release
@JakeStanger commented on GitHub (Dec 8, 2025):
Height issues should be resolved. Can anybody confirm if they are still experiencing width issues with
scrollable = trueplease?@benoitlx commented on GitHub (Dec 9, 2025):
I will test in the week, can't guaranty when though.
@jficz commented on GitHub (Dec 9, 2025):
looks good with the latest flake build
@JakeStanger commented on GitHub (Dec 9, 2025):
In that case I'll close this as resolved. Any further issues let me know.