Better place for the throbber
This commit is contained in:
parent
579b88cdac
commit
ec561ea966
2 changed files with 4 additions and 3 deletions
|
@ -58,7 +58,7 @@ Item {
|
|||
anchors {
|
||||
left: icon.visible ? icon.right : parent.left
|
||||
right: parent.right
|
||||
rightMargin: 20 * pgst.scalef
|
||||
rightMargin: 20 * pgst.scalef + (throbber.width * throbber.opacity)
|
||||
leftMargin: 20 * pgst.scalef
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue