GrandOrgue / grandorgue

GrandOrgue software
Other
148 stars 40 forks source link

Increased maximum allowed (panel) size to 32000. #1843

Closed larspalo closed 3 months ago

larspalo commented 3 months ago

Resolves #1840

oleg68 commented 3 months ago

@larspalo It looks all right, but seems gui/GOGUISizeKeeper.cpp, line 16 should be adjusted as well.

larspalo commented 3 months ago

@oleg68 Right, I never tried to save any config. Also the tested panel/image size of 5760 would not have triggered an issue with that. I'll change that to 32000 too.

oleg68 commented 3 months ago

@larspalo please resolve the conflict.

src/grandorgue/gui/GOGUISizeKeeper.cpp has been moved to src/grandorgue/size/GOSizeKeeper.cpp

larspalo commented 3 months ago

@rousseldenis Could you please approve of this PR, it's just changing a simple allowed panel width number... Not very much to think about!