mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
de7a5985d5
checkable.layout forces the label to take up at least constraints.min space. However, for min == max, the total checkbox plus label would then overflow. The minimum constraint doesn't seem necessary anymore, so drop it. Remove a superfluous layout.W layout as well. Signed-off-by: Elias Naur <mail@eliasnaur.com>