Fixed
Status Update
Comments
rp...@google.com <rp...@google.com> #2
See also bug 69571503 for the unintended consequence of the workaround implemented in 3.0.1.
rp...@google.com <rp...@google.com> #3
Note: When this is done, remove the workaround put in 3.0.1 to force the scaling factor to 100%on low-res screens with hidpi.
kl...@gmail.com <kl...@gmail.com> #4
Please don't hardoce the 1.5 factor anywhere. I'm using 175%, and a fullHD monitor, because my eyes are very bad.
If the height is not enough, make the window scrollable. If the width isn't enough for the content, make it removable, split it into two lines, hide the icons, etc.
If the height is not enough, make the window scrollable. If the width isn't enough for the content, make it removable, split it into two lines, hide the icons, etc.
ra...@google.com <ra...@google.com>
rp...@google.com <rp...@google.com> #5
This should be fixed in Android Studio 3.1 (Canary 9 and later)
Description
We implemented a workaround in Android Studio 3.0.1, but the right fix is to make sure all Android Studio dialogs/popups can be resized to a reasonably small size, e.g. height of 768/1.5 (768 pixels at 150% scaling factor) = 512 and width of 1368 / 1.5 = 912.
Example of dialogs to fix:
* Welcome Screen
* New Project Wizard