diff --git a/resources/qml/SettingsDialog/SettingsAboutPage.qml b/resources/qml/SettingsDialog/SettingsAboutPage.qml index ccedfa0..46cb68a 100644 --- a/resources/qml/SettingsDialog/SettingsAboutPage.qml +++ b/resources/qml/SettingsDialog/SettingsAboutPage.qml @@ -54,7 +54,7 @@ Column { Label { width: parent.width * 1 - height: parentObj.delegateHeight * 0.8 + height: parentObj.delegateHeight * 0.6 verticalAlignment: Text.AlignTop @@ -67,7 +67,7 @@ Column { color: appTheme.theme.colors.line - text: "V" + APP_VERSION + "
By Itsblue Development" + text: "V" + APP_VERSION + "
privacy policy" onLinkActivated: { Qt.openUrlExternally(link)