shpaass / yafc-ce

Powerful Factorio calculator/analyser that works with mods
GNU General Public License v3.0
40 stars 15 forks source link

Add separate variable for initial window size #162

Closed veger closed 4 weeks ago

veger commented 1 month ago

Nothing changed, but this makes it easier to test scrollbars, as the minimal window size can now be easily made very small.

With this we could also have different initial and minimal window sizes if/when desired.

shpaass commented 4 weeks ago

Pushing the version with the rebase instead of the merge commit in the branch of @veger. Hopefully I won't break stuff.

shpaass commented 4 weeks ago

To clarify my message from some time ago, rebasing in the forks is fine. I prefer merge commits only when we merge pull requests into master. That allows a clean commit history when also keeping the chance of breaking the master branch low.