Buttons margins

This commit is contained in:
pokamest 2023-01-08 12:32:07 +00:00
parent 1d8f342417
commit 7f561c30b3
3 changed files with 4 additions and 6 deletions

View file

@ -76,6 +76,7 @@ PageBase {
}
BlueButtonType {
Layout.fillWidth: true
Layout.topMargin: 10
text: qsTr("Share Server (FULL ACCESS)")
visible: ServerSettingsLogic.pushButtonShareFullVisible
onClicked: {
@ -94,6 +95,7 @@ PageBase {
}
BlueButtonType {
Layout.fillWidth: true
Layout.topMargin: 10
text: ServerSettingsLogic.pushButtonClearClientCacheText
visible: ServerSettingsLogic.pushButtonClearClientCacheVisible
onClicked: {
@ -102,6 +104,7 @@ PageBase {
}
BlueButtonType {
Layout.fillWidth: true
Layout.topMargin: 10
text: qsTr("Forget this server")
onClicked: {
ServerSettingsLogic.onPushButtonForgetServer()