You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Icons being off-center is a SwiftUI bug i'm aware of.
A temporary solution would be to manually resize the sheet in which the download information is displayed.
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:
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...
The text was updated successfully, but these errors were encountered: