-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Dropdown box in settings tabs don't show enough characters #194
Comments
yeah, it is an inconvenience. |
One needs to replace wxComboBox with wxComboCtrl user interface widget as the wxComboBox does not allow the change of the text width. Now someone has to study the differences between the two widgets. |
OK, i know the WinAPI programming only in C/C++ style, so I cannot contribute ... |
wavexx
pushed a commit
to wavexx/PrusaSlicer
that referenced
this issue
Sep 21, 2020
Tooltip typo fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.33-8-prusa3d-win64
Operating system type + version
win10 64-bit
Behavior
In the Print, Filament and Printer Settings tabs, the dropdown element for the presets only show the first 22 characters of the Preset name. This might be too short to describe the setting properly. Even if it is not possible to increase the width of the whole column (screen resolution issues), the least thing (and Best Practise anyway) would be to show the whole name in a tooltip.

Cannot say if this is an issue or a feature request ... but creating a tooltip is an easy fix.
The text was updated successfully, but these errors were encountered: