Ravbug/UnityHubNative

Larger default window size

larssteenhoff opened this issue · 9 comments

The default window size is cutting off some content, I propose to make the default window a bit larger as can be seen in the screenshots.
default
proposed

And I think left align for the columns would look cleaner ( now its centre )

Could you PR this?

I'm not familiar with the source code, but I would say 800 px wide would do the job

Could you also take a look at Windows (HiDPI & not) and see what width would work there as well?

t

The larger size percentage It's 135% compared to 100% what it's now, so a 35 percent increase in width.
Hope this helps with getting the correct sizes.

Implemented in b55517c

Implemented in b55517c

Looking at the code the window seems to be smaller than before ? I'm not sure how to make a build to test it, but would be happy to test a mac build.
OLD 921,553
NEW 800,400

I think perhaps the minimum_size is the one that needs to be made a bit larger? if that's what the window defaults to , but will need check the in build to confirm, 560,320

The old behavior was to shrink the window as much as possible without clipping any buttons. On Mac, this resulted in a window size of roughly 570x320

The old behavior was to shrink the window as much as possible without clipping any buttons. On Mac, this resulted in a window size of roughly 570x320

Thanks Its good now. I found the build in Actions.

Screenshot 2022-09-28 at 18 18 03