BackButton.qml added
This commit is contained in:
parent
6516a84986
commit
62262a3572
20 changed files with 35 additions and 173 deletions
|
@ -7,6 +7,9 @@ import "../Config"
|
|||
|
||||
Item {
|
||||
id: root
|
||||
BackButton {
|
||||
id: back_from_new_server
|
||||
}
|
||||
Text {
|
||||
font.family: "Lato"
|
||||
font.styleName: "normal"
|
||||
|
@ -68,16 +71,4 @@ Item {
|
|||
y: GC.trY(590)
|
||||
source: "qrc:/images/AmneziaVPN.png"
|
||||
}
|
||||
ImageButtonType {
|
||||
id: back_from_new_server
|
||||
x: 10
|
||||
y: 10
|
||||
width: 26
|
||||
height: 20
|
||||
icon.source: "qrc:/images/arrow_left.png"
|
||||
onClicked: {
|
||||
UiLogic.closePage()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue