parent
ebe05a0516
commit
71eba9a209
1 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,9 @@ ListItem {
|
|||
|
||||
Column {
|
||||
id: content
|
||||
width: icon.visible ? (parent.width - icon.width) : parent.width
|
||||
width: icon.visible ?
|
||||
(parent.width - icon.width - contentRow.spacing) :
|
||||
parent.width
|
||||
|
||||
Label {
|
||||
width: parent.width
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue