zerebos / BBDInstaller

Installer for the BetterDiscord fork BandagedBD
Other
212 stars 114 forks source link

Fixed DPI issue by setting anchor points #7

Closed CallumCarmicheal closed 4 years ago

CallumCarmicheal commented 4 years ago

Modified the anchor settings for many of the controls to allow the screen to be resized without any issues.

Set the Form to be FixedDialog to stop the user form maximizing the window. The scaling can allow for the window to be resized but it has been disabled, if this is the intended function re-enable it by setting the Form -> Properties -> FormBorderStyle back to Sizable although this would decouple the panel size from the window and only the buttons in the bottom right would move, you would have to set the panel anchor sizing too.

Fixes for issues:

rauenzi/BBDInstaller#3 rauenzi/BBDInstaller#5

See image for example: Left window = Original. Right window = Application with correct anchoring.

image

image

zerebos commented 4 years ago

It's not Christmas, it's not my birthday, but this gift makes it feel like both.