mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Multiple ui fixes, save file function reimpl
This commit is contained in:
@@ -16,16 +16,16 @@ PageBase {
|
||||
}
|
||||
Caption {
|
||||
id: caption
|
||||
text: qsTr("Servers list")
|
||||
text: qsTr("Servers")
|
||||
width: undefined
|
||||
}
|
||||
|
||||
SvgButtonType {
|
||||
anchors.bottom: caption.bottom
|
||||
anchors.verticalCenter: caption.verticalCenter
|
||||
anchors.leftMargin: 10
|
||||
anchors.left: caption.right
|
||||
width: 24
|
||||
height: 24
|
||||
width: 27
|
||||
height: 27
|
||||
|
||||
icon.source: "qrc:/images/svg/control_point_black_24dp.svg"
|
||||
onClicked: {
|
||||
|
||||
Reference in New Issue
Block a user