WAI
Status Update
Comments
mi...@gmail.com <mi...@gmail.com> #2
Also, I have IntelliJ IDEA Ultimate 2017.2 installed on the same machine, and I also just updated it, and there are no UI issues.
If I had to bet, this is a bug relative to DPI scaling, which is just affecting this version of Android Studio.
If I had to bet, this is a bug relative to DPI scaling, which is just affecting this version of Android Studio.
mi...@gmail.com <mi...@gmail.com> #4
Here are the screenshots.
You can see the difference between Android Studio and IntelliJ IDEA scaling. Specially on the UI's text size and icons.
The upper Firefox screen is the external monitor.
https://drive.google.com/file/d/1qdWNjRUhpc7st42LdUMfQsmwk7V_TAh7/view?usp=drive_web (screenshot_IJ.jpg)
https://drive.google.com/file/d/1BqlZAHnD3KtUnj6ew43h37Qmoj3oXL-o/view?usp=drive_web (screenshot_AS.jpg)
PS: I tried to attach the pictures, but they aren't uploading and the "Add Comment" button is greyed out, so I had to place them on my drive...there's another bug...
You can see the difference between Android Studio and IntelliJ IDEA scaling. Specially on the UI's text size and icons.
The upper Firefox screen is the external monitor.
PS: I tried to attach the pictures, but they aren't uploading and the "Add Comment" button is greyed out, so I had to place them on my drive...there's another bug...
an...@gmail.com <an...@gmail.com> #5
I'm also experiencing this issue while running AS 3.0.1. I have no external monitors, simply running the 4th gen (2016) ThinkPad X1 Carbon at 1920x1080 with 150% scaling. In AS, the text size is set to 24pt.
IntelliJ is fine as well on my machine. I don't remember seeing this issue running 3.0, either.
IntelliJ is fine as well on my machine. I don't remember seeing this issue running 3.0, either.
an...@gmail.com <an...@gmail.com> #6
Additional screenshots attached. The issue isn't limited to the toolbar, but rather most of the icons.
P.S. Running Windows 10.
P.S. Running Windows 10.
rp...@google.com <rp...@google.com> #7
This is an intentional change we made in 3.0.1 because some windows/dialogs of Android Studio are just too big on 1080p (and lower) monitors with 150% scaling factor (see bug #68295805).
The 3.0 behavior can be reverted by setting the system property "hidpi.allow.fractional" to "true". Seehttps://intellij-support.jetbrains.com/hc/en-us/articles/206544869 how to set system properties.
The 3.0 behavior can be reverted by setting the system property "hidpi.allow.fractional" to "true". See
mi...@gmail.com <mi...@gmail.com> #8
1 - I think you should give a simpler way to disable this, like in the Settings menu.
2 - If IntelliJ IDEA themselves haven't gone so far, you shouldn't either.
2 - If IntelliJ IDEA themselves haven't gone so far, you shouldn't either.
rp...@google.com <rp...@google.com> #9
#8: Agreed. I opened bug 69789478 to track the issue.
mi...@gmail.com <mi...@gmail.com> #10
Thank you!
ra...@gmail.com <ra...@gmail.com> #11
The 3.0 behavior can be reverted by setting the system property "hidpi.allow.fractional" to "true".
This fixes it! Thanks a bunch!
This fixes it! Thanks a bunch!
er...@gmail.com <er...@gmail.com> #12
Dear Google maybe it will seem rude. But do you test before you post updates?
Well, how can I update it with small icons? I'm not using the mouse on icons. This is some kind of mockery
Well, how can I update it with small icons? I'm not using the mouse on icons. This is some kind of mockery
er...@gmail.com <er...@gmail.com> #13
Thanks to me helped to add the item to the IDE_HOME file \ bin \ idea.properties
hidpi.allow.fractional = true.
Google please add the best item to the settings next time. To those who want to change themselves through settings
hidpi.allow.fractional = true.
Google please add the best item to the settings next time. To those who want to change themselves through settings
Description
Android Studio 3.0.1
Build #AI-171.4443003, built on November 9, 2017
JRE: 1.8.0_152-release-915-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Also, I have 2 monitors (one laptop screen and an external monitor), I don't know if this helps your troubleshooting.
Anyway, as the title says, after the update all my UI icons are very very small, I don't know why, but the code text is at the same size.