fixes on page split tunneling according to the design layout

This commit is contained in:
vladimir.kuznetsov 2023-10-14 16:52:22 +05:00
parent a4624c7377
commit 8163e51434
5 changed files with 53 additions and 13 deletions

View file

@ -94,6 +94,8 @@ PageType {
DividerType {}
LabelWithButtonType {
visible: !GC.isMobile()
Layout.fillWidth: true
text: qsTr("Split site tunneling")
@ -105,9 +107,13 @@ PageType {
}
}
DividerType {}
DividerType {
visible: !GC.isMobile()
}
LabelWithButtonType {
visible: !GC.isMobile()
Layout.fillWidth: true
text: qsTr("Separate application tunneling")
@ -118,7 +124,9 @@ PageType {
}
}
DividerType {}
DividerType {
visible: !GC.isMobile()
}
}
}
}