mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Adjust alignment and sizing of file provider sync status icon
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
918e411b10
commit
1f70c85e22
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,7 @@ GridLayout {
|
|||
NCBusyIndicator {
|
||||
id: syncIcon
|
||||
|
||||
property int size: Style.trayListItemIconSize * 0.6
|
||||
property int size: Style.trayListItemIconSize * 0.8
|
||||
|
||||
Layout.row: 0
|
||||
Layout.rowSpan: root.syncStatus.syncing ? 2 : 1
|
||||
|
@ -41,6 +41,8 @@ GridLayout {
|
|||
Layout.preferredHeight: size
|
||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
|
||||
|
||||
padding: 0
|
||||
spacing: 0
|
||||
imageSource: root.syncStatus.icon
|
||||
running: root.syncStatus.syncing
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue