Skip to content

Commit

Permalink
refactor: make scrollbar width 14 pixels wide (#1508)
Browse files Browse the repository at this point in the history
The scrollbar width in Guisan is a bit too small. Making it 2 pixels wider looks better
  • Loading branch information
midwan committed Nov 12, 2024
1 parent 3c7b6c1 commit e865c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/libguisan/include/guisan/widgets/scrollarea.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ namespace gcn
/**
* Holds the width of the scroll bars.
*/
int mScrollbarWidth = 12;
int mScrollbarWidth = 14;

/**
* Holds the horizontal scroll bar policy.
Expand Down

0 comments on commit e865c9b

Please sign in to comment.