Code cleanup

This commit is contained in:
pokamest 2022-09-10 19:57:44 +03:00
parent de8977723a
commit c5ba89b054
7 changed files with 3 additions and 88 deletions

View file

@ -87,7 +87,7 @@ If AmneziaDNS service is not installed on the same server, or this option is unc
anchors.topMargin: 20
width: parent.width - 60
height: 21
text: qsTr("Secondray DNS server")
text: qsTr("Secondary DNS server")
}
TextFieldType {
id: dns2

View file

@ -127,6 +127,7 @@ PageBase {
BlueButtonType {
id: qr_code_import
visible: GC.isMobile()
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: qr_code_import_open.bottom
anchors.topMargin: 10