Buttons margins
This commit is contained in:
parent
1d8f342417
commit
7f561c30b3
3 changed files with 4 additions and 6 deletions
|
@ -115,7 +115,7 @@ AmneziaVPN detected this profile may contain malicious scripts. Please, carefull
|
|||
|
||||
BasicButtonType {
|
||||
Layout.preferredWidth: (content.width - parent.spacing) /2
|
||||
Layout.preferredHeight: 41
|
||||
Layout.preferredHeight: 40
|
||||
font.pixelSize: btn_import.font.pixelSize
|
||||
text: qsTr("Cancel")
|
||||
onClicked: {
|
||||
|
@ -126,7 +126,6 @@ AmneziaVPN detected this profile may contain malicious scripts. Please, carefull
|
|||
BlueButtonType {
|
||||
id: btn_import
|
||||
Layout.preferredWidth: (content.width - parent.spacing) /2
|
||||
Layout.preferredHeight: 41
|
||||
text: qsTr("Import config")
|
||||
onClicked: {
|
||||
logic.importConfig()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue