-
-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Describe the bug
This is a simple visual bug in the window that displays install/download information. See screenshot.
Sometimes the 'X MB Downloaded' text label will wrap to 2 lines. This causes the install information container to grow a few pixels taller than the window can fit, causing a scroll bar to appear.
To Reproduce
Steps to reproduce the behavior:
- Be downloading something
- Go to 'Downloads' menu.
- Click on the 'i' button to view more information
- Wait until the download speed is larger than 9 MB/s
- See bug.
Expected behavior
Because all the information is still visible, the scroll bar should not appear.
The solution would be to increase the space the text label is given, so it doesn't wrap.
Screenshots
If applicable, add screenshots to help explain your problem.

Mac:
Model: Macbook Pro M3 Pro 1TB
Operating System: macOS 15.0 Beta (24A5264n)
App Version: 0.2.0
Additional context
Inconsistently, when the download speed is exactly 11 MB/s, the spacing is okay.
Also, in the downloads menu, the 'i' in the 'i' button is not centered...