slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.7k stars 614 forks source link

Arrows on `ScrollView`'s scroll bars have different size #6727

Closed Enyium closed 2 weeks ago

Enyium commented 3 weeks ago

Screen recording of the problem with the example from your ScrollView docs:

https://github.com/user-attachments/assets/73293a50-3758-4aee-95cf-4cef1706b5d9

FloVanGH commented 3 weeks ago

Thank you for the report. I can reproduce it. But it is strange because the width and height of the arrows are fixed. I will check it in detail.