phocus/gtk

Radio buttons and checkboxes not showing up?

nathanielevan opened this issue · 2 comments

With Adwaita theme:
screenshot

With Phocus, installed from source (master branch):
screenshot-2

Just as a confirmation, the menuitem elements do actually contain check and radio elements:
image

From the properties I checked in the debugger, it makes no sense that they aren't displayed.
I'll figure this out and fix it pretty soon when i'm introducing some more modern changes to phocus.

Actually wanted to figure this out right away, turns out check and radio elements were exclusively styled in checkbutton and radiobutton elements. I extracted them, and adjusted their spacing for the menuitem.

It should look as expected now:
check_radio

Thanks for the find and report @nathanielevan