mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
87be31cbec
This commit fixes a visual-only bug in the ListStyle that could make the scrollbar float at the edge of the maximum constraints when the list did not occupy the full constraints. The list would still reserve layout space for the scrollbar in the correct position, but the scrollbar would not be displayed there. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>