Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Theme gray_large

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

Sign In or Register to comment.