mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Fix text labels in Sync Status component
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
e58045edce
commit
4bbe851da1
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ RowLayout {
|
|||
font.pixelSize: Style.topLinePixelSize
|
||||
font.bold: true
|
||||
color: Style.ncTextColor
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
|
||||
Loader {
|
||||
|
@ -96,6 +97,7 @@ RowLayout {
|
|||
visible: syncStatus.syncStatusDetailString !== ""
|
||||
color: Style.ncSecondaryTextColor
|
||||
font.pixelSize: Style.subLinePixelSize
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue