-
-
Notifications
You must be signed in to change notification settings - Fork 433
[UX] The board select dialog is broken when the window size is small #96
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
@kittaakos For now I'd define a minimum size for the window. Something like 900x800? |
It's done. From now on, the minimum window size is 900 x 800. (CC: @ubidefeo) I leave the issue open until we have a proper fix. |
Not sure if this comment is really necessary, but please note that sweeping this bug under the carpet by making the minimal window size large enough to mask the bug, shouldn't be considered acceptable; especially as the "solution" creates a bigger problem than it solves (i.e. the tool has now become unnecessarily effectively unusable for those using machines with smaller display dimensions typical of many laptops for example; where before it was merely a visual layout bug which didn't inhibit use of the tool). |
Originally posted by @LumitoLuma here:
|
For ref: arduino/arduino-pro-ide#351 |
Originally reported by @ex-caliper here:
|
Q'n'D solution for KDE Plasma (Debian stable) for my ThinkPad T400 (1280x800):
The change is permanent and can be found later in:
HTH, Martin |
nice hack, @Ho-Ro |
On my system 800x700 is more than sufficient to show the complete "Select Board" window. |
@Ho-Ro Yes we should probably do that. The actual fix is to use a different layout, a responsive one ideally. We'll look into it. |
Reported by @abnair1982 here:
|
@Patronon you are using an outdated version of the IDE from before the fix. Please install the latest version 2.0.0-beta.7 from this page: |
As a user, I can reduce the window size to 200X120 pixes but the board config dialog does not like it. It's a bug. See the screencast.
The text was updated successfully, but these errors were encountered: