https://bugs.kde.org/show_bug.cgi?id=435934
Bug ID: 435934
Summary: CheckBox neither elides or wraps long text
Product: frameworks-qqc2-desktop-style
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
Target Milestone: ---
So the text just gets cut off instead.
Trivial test case:
import QtQuick 2.15
import QtQuick.Controls 2.15 as QQC2
Item {
width: 400
height: 200
QQC2.CheckBox {
anchors {
verticalCenter: parent.verticalCenter
left: parent.left
right: parent.right
margins: 10
}
text: "This is a very long piece of text that really should be
rewritten to be shorter, but sometimes life just isn't that simple."
}
}
--
You are receiving this mail because:
You are watching all bug changes.