We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For 200% scaled monitor, jadx got scaled twice, for DisplayMode returns native resolution.
DisplayMode
jadx/jadx-gui/src/main/java/jadx/gui/ui/MainWindow.java
Lines 1425 to 1427 in bb4d88c
Also, main window size got even bigger with multiple screens.
I'll make a PR later.
The text was updated successfully, but these errors were encountered:
fix(gui): hi-dpi main window initial size (#1728)(PR #1729)
28e5a3c
@shatyuka thanks! I merged your PR. Also, I hope that someone else can check and confirm this fix 🙂
Sorry, something went wrong.
Delete registry key HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jadx\gui to reset settings for testing.
HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jadx\gui
Successfully merging a pull request may close this issue.
For 200% scaled monitor, jadx got scaled twice, for
DisplayMode
returns native resolution.jadx/jadx-gui/src/main/java/jadx/gui/ui/MainWindow.java
Lines 1425 to 1427 in bb4d88c
Also, main window size got even bigger with multiple screens.
I'll make a PR later.
The text was updated successfully, but these errors were encountered: