fixed layout bug in the settings delegate long description that made it overlap the next page icon
This commit is contained in:
parent
30ca123626
commit
ae7d59f9ec
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ItemDelegate {
|
|||
leftMargin: 10
|
||||
}
|
||||
|
||||
width: parent.width * 0.9
|
||||
width: parent.width * 0.85
|
||||
|
||||
wrapMode: Label.Wrap
|
||||
|
||||
|
|
Reference in a new issue