mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Do not use magic numnbers for spacing of sync status icon
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
7c213de8d7
commit
e69b2275de
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ RowLayout {
|
|||
Layout.preferredHeight: size
|
||||
|
||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
|
||||
Layout.topMargin: 16
|
||||
Layout.topMargin: Style.trayHorizontalMargin
|
||||
Layout.rightMargin: whiteSpace * (0.5 + Style.thumbnailImageSizeReduction)
|
||||
Layout.bottomMargin: 16
|
||||
Layout.bottomMargin: Style.trayHorizontalMargin
|
||||
Layout.leftMargin: Style.trayHorizontalMargin + (whiteSpace * (0.5 - Style.thumbnailImageSizeReduction))
|
||||
|
||||
padding: 0
|
||||
|
|
Loading…
Reference in a new issue