mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #68] Select keyfile makes window very small #58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wonea on GitHub (Jan 11, 2022).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/68
Originally assigned to: @brutaldev on GitHub.
Select a keyfile, and the program window shrinks on 4k.

@brutaldev commented on GitHub (Jan 11, 2022):
So this is the problem: https://stackoverflow.com/questions/42975285/commonopenfiledialog-cause-windows-form-to-shrink
Will add the DPI support and release a new version.
@brutaldev commented on GitHub (Jan 11, 2022):
Fixed up in v3.1.1
@wonea commented on GitHub (Jan 12, 2022):
Fantastic that's brilliant. Any chance of a dark theme?
@brutaldev commented on GitHub (Jan 12, 2022):
@wonea Hehe, now you're pushing your luck :)
It's using good old Windows Forms so it's not that easy to style things differently. I'm also not much of a designer so I probably won't get it right...