https://bugs.kde.org/show_bug.cgi?id=404651

Nate Graham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Nate Graham <[email protected]> ---
Feels like it could be a Qt issue. We're not doing anything super weird with
the QML. Here's the code that generates the clock test that can get clipped,
for example:

Label {
    text: Qt.formatTime(timeSource.data["Local"]["DateTime"])
    style: softwareRendering ? Text.Outline : undefined
    styleColor: softwareRendering ? ColorScope.backgroundColor : undefined
    font.pointSize: 48
    Layout.alignment: Qt.AlignHCenter
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to