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

Some of the UI is cropped on Linux (fedora) #527

Open
CactiChameleon9 opened this issue Jul 13, 2022 · 1 comment
Open

Some of the UI is cropped on Linux (fedora) #527

CactiChameleon9 opened this issue Jul 13, 2022 · 1 comment

Comments

@CactiChameleon9
Copy link

Some of the UI (such as the StaticEncounterEditor7) is heavily cropped out on Linux -I can get a screenshot if you need me too.

I made an awful patch to increase all of the ClientSizes to 1000 by 1000, however I can got figure out how to build using mono and msbuild - I have never coded in C# andor .NET before:

error MSB3644: The reference assemblies for .NETFramework,Version=v4.6 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks

0001-Change-all-the-Client-Sizes-to-1000x1000.patch.txt

@CactiChameleon9
Copy link
Author

I managed to build. Solution: use arch because mono-msbuild is packaged normally.

The previous patch did not work at all, but this one works well. It enables resize on the subforms.
I have also attached my built exe in case fellow Linux users need it.
0001-Enable-resize-on-Sumforms-to-better-support-unix-sys.patch.txt
pk3DS.zip

I can make a PR with the patch if you want @kwsch, but it isn't amazing code (just changed max size to 3000x3000)

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

No branches or pull requests

1 participant