Skip to content

Correct format of window maximized string

Nate Graham requested to merge ngraham/kconfig:fix-maximized-string into master

All other resolutions are stored in the form of width x height, but a silly transposition error had the maximized strong being height x width. That's fixed now.

Merge request reports