Closed teddychao closed 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.
BackgroundColor
app.GridLayout
Changes proposed in this pull request:
pspm_ui_app.m
pspm_app_designer
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 ofapp.GridLayout
rather than the subfield of it.Changes proposed in this pull request:
pspm_ui_app.m
andpspm_app_designer
.