fix(GODT-2855): fix for text overlapping in settings view.

This commit is contained in:
Xavier Michelon 2023-08-28 10:09:10 +02:00 committed by Xavier Michelon
parent cb6e51531b
commit 47233752f5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ SettingsView {
Layout.fillWidth: true
actionText: qsTr("Check now")
colorScheme: root.colorScheme
description: qsTr("Check that you're using the latest version of Bridge. To stay up to date, enable auto-updates in settings.")
description: qsTr("Check that you're using the latest version of Bridge.\nTo stay up to date, enable auto-updates in settings.")
text: qsTr("Updates")
type: SettingsItem.Button