MemberDeviceSection: elide txt instead of wrapping
Wrapping the text just makes the section overflow when the member pane gets too narrow.
This commit is contained in:
@@ -19,7 +19,7 @@ HRowLayout {
|
||||
}
|
||||
|
||||
HLabel {
|
||||
wrapMode: HLabel.Wrap
|
||||
elide: HLabel.ElideRight
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
|
||||
text:
|
||||
|
Reference in New Issue
Block a user