Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change resizable="true" in Project.xml template #45

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

ninjamuffin99
Copy link
Member

I believe this is where I should put it!

changes the default

<!--HTML5-specific-->
<window if="html5" resizable="false" />

to

<!--HTML5-specific-->
<window if="html5" resizable="true" />

resizable="true" allows the html canvas to stretch to whatever viewport size it's within.

Should only affect new projects being made (as its a template) and really only has effects on instances where someone changes the scaling mode (which someone should know how to change / configure this anyways how they'd need)

@Geokureli Geokureli merged commit 9c2fee3 into dev Apr 10, 2024
10 of 22 checks passed
Geokureli added a commit that referenced this pull request Apr 10, 2024
* change resizable="true" in Project.xml template (#45)

* Update CI (#47)

* Update CI

* fix order

---------

Co-authored-by: Cameron Taylor <[email protected]>
Geokureli added a commit that referenced this pull request Apr 10, 2024
* add message.reporting=pretty to project.xml default

* backmerge dev into message-reporting-pretty (#48)

* change resizable="true" in Project.xml template (#45)

* Update CI (#47)

* Update CI

* fix order

---------

Co-authored-by: Cameron Taylor <[email protected]>

---------

Co-authored-by: George Kurelic <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants