Skip to content

Commit

Permalink
update default theme scrollbar radius
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jun 11, 2024
1 parent ea562ff commit 4455ecc
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 @@ -171,7 +171,7 @@ func (t *builtinTheme) Size(s fyne.ThemeSizeName) float32 {
case SizeNameSelectionRadius:
return 3
case SizeNameScrollBarRadius:
return 4
return 3
default:
return 0
}
Expand Down

0 comments on commit 4455ecc

Please sign in to comment.