bachlab / PsPM

A matlab suite for Psycho-Physiological Modelling
GNU General Public License v3.0
44 stars 11 forks source link

Fix main GUI colour issue #760

Closed teddychao closed 3 months ago

teddychao commented 3 months ago

This PR aims at fixing the issue of main GUI's background colour. This issue is caused by the incorrect definition function. The BackgroundColor is a property of app.GridLayout rather than the subfield of it.

Changes proposed in this pull request: