Skip to content

Commit

Permalink
Make the large scrollbar slightly narrower
Browse files Browse the repository at this point in the history
It was looking a bit too big previously and did not fit in well with the
rest of the UI because of it. This makes it smaller, now four times as
big as the small bar. We might want to make it smaller in the future but
this seems like a step in the right direction.
  • Loading branch information
Jacalz committed Jun 25, 2024
1 parent 0e26564 commit 0ec1399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (t *builtinTheme) Size(s fyne.ThemeSizeName) float32 {
case SizeNamePadding:
return 4
case SizeNameScrollBar:
return 16
return 12
case SizeNameScrollBarSmall:
return 3
case SizeNameText:
Expand Down

0 comments on commit 0ec1399

Please sign in to comment.