Skip to content
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

Closed
stephanbrunker opened this issue Mar 20, 2017 · 4 comments
Closed

Dropdown box in settings tabs don't show enough characters #194

stephanbrunker opened this issue Mar 20, 2017 · 4 comments

Comments

@stephanbrunker
Copy link

stephanbrunker commented Mar 20, 2017

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.
slic3r_screen1

Cannot say if this is an issue or a feature request ... but creating a tooltip is an easy fix.

@bubnikv
Copy link
Collaborator

bubnikv commented Mar 23, 2017

yeah, it is an inconvenience.

@bubnikv
Copy link
Collaborator

bubnikv commented Mar 23, 2017

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.

@stephanbrunker
Copy link
Author

OK, i know the WinAPI programming only in C/C++ style, so I cannot contribute ...

@bubnikv
Copy link
Collaborator

bubnikv commented Jul 11, 2017

Implemented by changing layout of the window as suggested in #377.

Implemented with
a7153c6

@bubnikv bubnikv closed this as completed Jul 11, 2017
wavexx pushed a commit to wavexx/PrusaSlicer that referenced this issue Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants