circleguard / circlevis

A (Py)Qt widget for visualizing osu! beatmaps and replays
GNU Affero General Public License v3.0
7 stars 1 forks source link

Allow `CheckboxSetting`s to be toggled on label/frame click #19

Closed Stedoss closed 1 year ago

Stedoss commented 1 year ago

As mentioned in https://github.com/circleguard/circlevis/pull/18#issuecomment-1696577473 the checkboxes for settings are a little small and allowing for clicking on the label/containing frame is definitely beneficial.

Mainly taken from https://github.com/circleguard/circleguard/blob/87066fda7ccbba3e83040fa46a090b6af9bc874a/circleguard/widgets.py#L381

Unsure if we want the comment in there, feel free to modify if you want :)