Skip to content

Adjusting table scroll bar width #1129

Answered by kkoreilly
runrc asked this question in Q&A
Aug 12, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

OK. In answering this I realized that this structure could be improved, so after #1132 is merged, it will be this instead:

For a single table/frame/widget and all of its children:

	tb.Styler(func(s *styles.Style) {
		s.ScrollbarWidth.Dp(50)
	})

For all scrollbars:

	styles.DefaultScrollbarWidth.Dp(50)

Apologies for the change.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@runrc
Comment options

@kkoreilly
Comment options

Answer selected by runrc
@runrc
Comment options

@kkoreilly
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants