Skip to content

Commit

Permalink
Smaller scrollbars by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Nov 25, 2023
1 parent 8110cca commit 240e838
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public Optional<PAreaSizeI<SySpaceParentRelativeType>> size(
final SyThemeContextType context,
final SyComponentReadableType component)
{
return Optional.of(PAreaSizeI.of(24, 24));
return Optional.of(PAreaSizeI.of(16, 16));
}

@Override
Expand Down

0 comments on commit 240e838

Please sign in to comment.