update pages
This commit is contained in:
parent
3c655d0051
commit
75f189e256
13 changed files with 443 additions and 668 deletions
|
|
@ -126,7 +126,6 @@ PageType {
|
|||
|
||||
onClosed: {
|
||||
console.log(objectName, " was closed...")
|
||||
FocusController.setRootItem(null)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -257,7 +256,6 @@ PageType {
|
|||
console.debug("onClicked collapsedButtonChevron")
|
||||
if (drawer.isCollapsedStateActive()) {
|
||||
drawer.openTriggered()
|
||||
FocusController.setRootItem(drawer)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -340,6 +338,8 @@ PageType {
|
|||
rootButtonTextTopMargin: 8
|
||||
rootButtonTextBottomMargin: 8
|
||||
|
||||
enabled: drawer.isOpened
|
||||
|
||||
text: ServersModel.defaultServerDefaultContainerName
|
||||
textColor: AmneziaStyle.color.midnightBlack
|
||||
headerText: qsTr("VPN protocol")
|
||||
|
|
@ -358,8 +358,6 @@ PageType {
|
|||
rootWidth: root.width
|
||||
height: 500 // TODO: make calculated
|
||||
|
||||
// isFocusable: false // TODO: this is a workaround. Need to remove it
|
||||
|
||||
Connections {
|
||||
objectName: "rowLayoutConnections"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue