-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Incorrect "Additional Boards Manager URLs" dialog field height #881
Comments
Thanks @per1234 was just about to report it after downloading rc4... I tried resizing the window using the resize part at lower right of text box, but it would only change horizontal size, not vertical. |
I have the same issue: Processor Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz 3.19 GHz Arduino IDE Copyright © 2022 Arduino SA |
Closes arduino#881. Signed-off-by: Akos Kitta <[email protected]>
Closes arduino#881. Signed-off-by: Akos Kitta <[email protected]>
Closes arduino#881. Signed-off-by: Akos Kitta <[email protected]>
* Fixed empty string to URLs conversion Closes #919. Signed-off-by: Akos Kitta <[email protected]> * #881: Fixed height of the 3rd part URLs `textarea` Closes #881. Signed-off-by: Akos Kitta <[email protected]>
Describe the bug
Arduino IDE supports adding installing arbitrary boards platforms via Boards Manager by adding the URLs of their package index file to the "Additional Boards Manager URLs" preference.
Since users may have several URLs, a dedicated "Additional Boards Manager URLs" dialog is offered with a multi-line field.
🐛 The height of the field is very small, to the point where it is not clear that it is an input field at all.
To Reproduce
🐛 The height of the field is very small:
Expected behavior
Usable input field height in the "Additional Boards Manager URLs" dialog, as it was in previous versions:
Desktop
Date: 2022-03-03T08:39:37.612Z
CLI Version: 0.21.0 [10107d24]
Additional context
I bisected the bug to 112153f (it does not occur when using the build from the previous commit 69ac1f4).
Originally reported at https://forum.arduino.cc/t/additional-boards-manager-urls-page-cant-read/965207
The text was updated successfully, but these errors were encountered: