Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.16k stars 2.07k forks source link

[4.0] Labels in config dialog are illegible #5490

Open muesli opened 5 years ago

muesli commented 5 years ago

Application Version 4.0

Platform Linux

Group labels for Material are illegible:

image

fieldOfView commented 5 years ago

Duplicate of https://github.com/Ultimaker/Cura/issues/4637

muesli commented 5 years ago

@fieldOfView I've actually seen that ticket (and commented there as well), however it's marked as closed by the original reporter. I don't think it's really fixed though, he merely remarked a (wonky, if I may say so) work-around himself. Should probably re-open that one and close this one?

bliser3d commented 5 years ago

Some shortcomings in the dark theme, I tried to fix it in #5499.

Ghostkeeper commented 5 years ago

We've had the intent for a while to change the preferences screens to be Cura-themed rather than system-themed. That would resolve this issue as well.

esopalumpa commented 5 years ago

Comparing the image from this bug and the images from #6195, the situation got worse. 62895591-7edd2900-bd4f-11e9-916c-bb4a77e51eeb 62895593-7edd2900-bd4f-11e9-85c8-5bbe36288262

Ghostkeeper commented 5 years ago

I don't think it got worse since we didn't really change anything here in that regard. But it'll depend on your system colours (and which part of those system colours Qt can read).

esopalumpa commented 5 years ago

Possible. But this is the standard “Breeze dark” theme from KDE, so nothing fancy or makeshift.

esopalumpa commented 5 years ago

It get’s a bit better if -style windows is given as option.

berberic2 commented 5 years ago

Problem still exists in 4.3

MaxVerevkin commented 4 years ago

Problem still exists in 4.5 and -style option only partially solve it

NovaViper commented 4 years ago

Will this issue ever get fixed?

Ghostkeeper commented 4 years ago

It's still on our planning, since it's really quite difficult/messy code in the material manager. It's sometimes in the way of making improvements there, so we'd like to refactor that and at the same time give it Cura's theming rather than system theming which would fix this issue.

MaxVerevkin commented 4 years ago

this seems to fix the issue (on kde plasma 5) env -u DESKTOP_SESSION -u KDE_FULL_SESSION -u XDG_CURRENT_DESKTOP /bin/cura

jaggzh commented 4 years ago

this seems to fix the issue (on kde plasma 5) env -u DESKTOP_SESSION -u KDE_FULL_SESSION -u XDG_CURRENT_DESKTOP /bin/cura

This works for me. KDE Plasma also. (Instead of /bin/cura I use a path to Cura's AppImage, and it works fine.)

NovaViper commented 4 years ago

this seems to fix the issue (on kde plasma 5) env -u DESKTOP_SESSION -u KDE_FULL_SESSION -u XDG_CURRENT_DESKTOP /bin/cura

This works! I have KDE Neon, I also used Cura's app image instead of the bin. However it makes the menu use the light theme instead of dark theme; but it's better than nothing

Schokobecher commented 4 years ago

Sadly only a partial workaround for me. Start and End Gcode are not readable, but if copy/pasted into another window are correct. I assume some issues with the font used

image