arduino-ide
arduino-ide copied to clipboard
Avoid intellisense widgets being covered by the bottom panel
Motivation
Avoid the problem that the Intellisense widget may be cover by the bottom(Output) panel partially.
Change description
from:
to:
Other information
Reviewer checklist
- [ ] PR addresses a single concern.
- [ ] The PR has no duplicates (please search among the Pull Requests before creating one)
- [ ] PR title and description are properly filled.
- [ ] Docs have been added / updated (for bug fixes / features)
Agree :) Also fixed SplitPanel-handle showing above intellisense widget.
from:
to:
This looks even better! I tested it and it works perfectly 😺 Thank you so much!