-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Allow scrolling of the tab bar #6109
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
I believe this part of the issue was already reported at #5341 |
This part was fixed in ddf6036
This part is very similar to #1193 but maybe not quite a duplicate? Also related (but not duplicate): #3601 |
Implemented using a dry run to get the metrics and the needed shift Fixes arduino#1193 and arduino#6109
tested with Marlin Firmware, solves arduino#6109 arduino#3601 arduino#1193
Implemented using a dry run to get the metrics and the needed shift Fixes arduino#1193 and arduino#6109
tested with Marlin Firmware, solves arduino#6109 arduino#3601 arduino#1193
Hi,
I'm using the Arduino IDE for a very large project (31 seperate Sketch files).
Switching through these tabs with the context menu on the right is working but it's not possible to scroll right inside the tab control as it is possible in other tab controls.
Because the scrolling is not implemented and I had to work with 31 tabs, I used my three monitors and resized the window to a width of 3600 pixels and noticed that the header has a maximum width of 3000 pixels and is then leaving ugly padding spaces on the left and right sides. (see screenshot)
Thanks for your fantastic work on Arduino,
Julian
The text was updated successfully, but these errors were encountered: