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
I can clearly see in your code that initially the thumb is 18 dp wide, while the track is 14 dp wide.
Setting custom width using "msb_barThickness" attribute makes them both equally wide, which messes up the view, especially in "touched" mode. At some point the track becomes thicker than the thumb, and it looks awful. Why not keep proportion?
The text was updated successfully, but these errors were encountered:
DarkMinstrel
changed the title
"msb_barThickness" not working as expected.
"msb_barThickness" not working as expected with DragScrollBar
Nov 28, 2018
I can clearly see in your code that initially the thumb is 18 dp wide, while the track is 14 dp wide.
Setting custom width using "msb_barThickness" attribute makes them both equally wide, which messes up the view, especially in "touched" mode. At some point the track becomes thicker than the thumb, and it looks awful. Why not keep proportion?
The text was updated successfully, but these errors were encountered: