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

[2.3.0-alpha3] Text in drop-down fields on Linux is misaligned #5163

Closed
timur-tabi opened this issue Nov 15, 2020 · 5 comments
Closed

[2.3.0-alpha3] Text in drop-down fields on Linux is misaligned #5163

timur-tabi opened this issue Nov 15, 2020 · 5 comments

Comments

@timur-tabi
Copy link

Version

[2.3.0-alpha3]

Operating system type + version

Ubuntu 20.04

3D printer brand / version + firmware version (if known)

MK3s

Behavior

Most of the drop-down fields have misaligned text.

Screenshot_20201114_181253-1

@bubnikv
Copy link
Collaborator

@YuSanka did quite some adjustments of the Linux UI layouts. Would you please test with PrusaSlicer 2.3.0-beta2? Thanks.

@timur-tabi
Copy link
Author

timur-tabi commented Dec 7, 2020

It's fixed in PrusaSlicer-2.3.0-beta2+linux-x64-202012051122.AppImage. It's still broken in PrusaSlicer-2.3.0-beta2+linux-x64-GTK3-202012051553.AppImage however. I'm assuming the latter is the "GTK" version of PrusaSlicer.

I don't know much about Linux GUI programming, but I'm running KDE, not Gnome, if that matters. I didn't see any instructions anywhere that would tell me which AppImage I should use. I guess for now I should use the non-GTK version.

@bubnikv
Copy link
Collaborator

We have received a hint on wx-users list to try to set the following attribute at the GTK combo box widget. @tamasmeszaros will try that.

g_object_set( G_OBJECT( cell ), "ellipsize", PANGO_ELLIPSIZE_END, NULL ); 

tamasmeszaros added a commit that referenced this issue Jan 11, 2021
YuSanka added a commit that referenced this issue Jan 12, 2021
@timur-tabi
Copy link
Author

Just FYI, this problem still exists in 2.3.1. As before, it's only with the GTK version.

YuSanka added a commit that referenced this issue Jul 7, 2021
@bubnikv
Copy link
Collaborator

Fixed with a2b337e
The fix will be released with PrusaSlicer 2.4.0-alpha1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants