Skip to content

Commit

Permalink
switch swapped sizes for selection and scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed May 11, 2024
1 parent e39899c commit 2eb4828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ func (t *builtinTheme) Size(s fyne.ThemeSizeName) float32 {
case SizeNameInputRadius:
return 5
case SizeNameSelectionRadius:
return 4
case SizeNameScrollBarRadius:
return 3
case SizeNameScrollBarRadius:
return 4
default:
return 0
}
Expand Down

0 comments on commit 2eb4828

Please sign in to comment.