Summary: | Effects KCM list delegate doesn't use native text rendering type | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Eike Hein <hein> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Flags: | mgraesslin:
ReviewRequest+
|
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | 5 | ||
Platform: | unspecified | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/118262/ | ||
Latest Commit: | http://commits.kde.org/kwin/0532280689093b343c591edf93badf9614db9622 | Version Fixed In: | |
Sentry Crash Report: |
Description
Eike Hein
2014-05-22 14:36:07 UTC
> Title says it all.
uhm not really. Is that something I can fix using a special property in
QtQuick or is that lacking in QtQuick?
The former fortunately: http://doc-snapshot.qt-project.org/qt5-stable/qml-qtquick-text.html#renderType-prop Plasma's components set this automatically, for QQC we need to add it ourselves. It toggles between the SDF renderer and FreeType, basically. Git commit 0532280689093b343c591edf93badf9614db9622 by Martin Gräßlin. Committed on 22/05/2014 at 14:55. Pushed by graesslin into branch 'master'. [kcmkwin/compositing] Switch Text to Label REVIEW: 118262 M +3 -3 kcmkwin/kwincompositing/qml/Effect.qml M +1 -1 kcmkwin/kwincompositing/qml/EffectView.qml M +1 -1 kcmkwin/kwincompositing/qml/OpenGLErrorView.qml http://commits.kde.org/kwin/0532280689093b343c591edf93badf9614db9622 |