added logic to the connect to vpn button
This commit is contained in:
parent
35d4222c7a
commit
116fa6777b
27 changed files with 293 additions and 125 deletions
|
@ -23,14 +23,8 @@ PageBase {
|
|||
anchors.left: parent.left
|
||||
anchors.bottom: tabBar.top
|
||||
|
||||
width: {
|
||||
console.log(parent.width)
|
||||
return parent.width
|
||||
}
|
||||
height: {
|
||||
console.log(root.height - tabBar.implicitHeight)
|
||||
return root.height - tabBar.implicitHeight
|
||||
}
|
||||
width: parent.width
|
||||
height: root.height - tabBar.implicitHeight
|
||||
|
||||
PageHome {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue