Re: Gregor Riepl > As mentioned earlier, the fix from > https://github.com/Ultimaker/Cura/pull/7139 will be in the next Cura > release (not 4.8).
Should we backport that change? +# WORKAROUND: Cura#5488 +# When using the KDE qqc2-desktop-style, the UI layout is completely broken, and +# even worse, it crashes when switching to the "Preview" pane. +if Platform.isLinux(): + os.environ["QT_QUICK_CONTROLS_STYLE"] = "default" Christoph