Theme gray_large
in OpenSesame
Hello,
I found a few minor bugs in the widgets themes. To be able to use larger check boxes using the theme 'gray_large', a few edits are needed in the python scripts:
In the file OS4\Lib\site-packages\libopensesame\widgets\themes\gray_large.py
lines 22 and 23,
from libopensesame.widgets.themes.gray import Gray
from libopensesame.widgets.themes.plain import Plain
'Gray' should be 'gray'
and 'Plain' should be 'plain'
as for line 30:
Plain.__init__(self, form)
change 'Plain' to 'plain'
Kind regards,
Bert
Comments
Hi @BertH ,
Thanks for reporting this! Should be fixed in the next maintenance release which will appear through the automatic updater.
— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!