-
-
Notifications
You must be signed in to change notification settings - Fork 431
Fix dialogs UI scalability vol 2 - Unexpected dialog layouts #1350
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
Comments
This and the Preferences dialog should have a fixed width of 640px, we have a min size window set to 680px, making this size safe when resizing the workspace. The new tab dialog should have a fixed width of 480px. |
Why the new tab only? What about rename, etc. |
@kittaakos |
Boards list is getting smaller as I filter. boards_select__when_typing.mp4 |
The dialog and the internal port list also change when I toggle Show all ports: boards_select__ports.mp4 |
Describe the problemWidth of "Enter additional URLs, one for each row" field of "Additional Boards Manager URLs" dialog is not correctly sized relative to dialog width. To reproduce
🐛 There is an horizontal scrollbar under the "Enter additional URLs, one for each row" field. Arduino IDE version2.0.0-rc9.3.snapshot-d8377e0 (tester build for 5197920) Operating systemWindows 10 Additional contextOriginally reported at #1444 Note also the ugly lack of spacing between the bottom of the scroll bar and the top of the dialog's buttons. |
See the fix here: #1382 (review). Note that this is a partial fix, as the left and the right border are missing from the |
Describe the problem
This is a follow-up of #1311.
Several dialogs have an unexpected layout.
To reproduce
See above
Expected behavior
The dialogs look the same as before #1311
Arduino IDE version
Version: 2.0.0-rc9.2.nightly-20220824 Date: 2022-08-24T03:48:57.272Z CLI Version: git-snapshot [04e70c53] Copyright © 2022 Arduino SA
Operating system
macOS
Operating system version
12.5.1
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: