From 0ec139935ade2a9dd42d7b00c4fbfb70d2f857d1 Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 25 Jun 2024 19:43:23 +0200 Subject: [PATCH] Make the large scrollbar slightly narrower 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. --- theme/theme.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/theme.go b/theme/theme.go index 55a5ce04a9..c977456626 100644 --- a/theme/theme.go +++ b/theme/theme.go @@ -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: