Make the scrollbar belong to the widget

This commit is contained in:
Dave Pearson
2022-10-16 08:22:30 +01:00
parent b235e4cff0
commit f867d5b016

View File

@@ -12,7 +12,7 @@ scrollbar-size: <INTEGER> <INTEGER>;
## Example
In this example we modify the size of the widgets scrollbar to be _much_ larger than usual.
In this example we modify the size of the widget's scrollbar to be _much_ larger than usual.
=== "scrollbar_size.py"