refactor: update ScrollBar policy to use AsNeeded for better usability (#1579)

* refactor: update `ScrollBarType` policy to use
`AsNeeded` for better usability

* add selecting of location settings with Enter

* add handlers to enter push
This commit is contained in:
Cyril Anisimov
2025-08-01 05:56:02 +02:00
committed by GitHub
parent 6cede712f5
commit dbeb7edd7a
13 changed files with 42 additions and 16 deletions
@@ -118,6 +118,9 @@ PageType {
containers.containerDefaultPort = ProtocolProps.getPortForInstall(defaultContainerProto)
containers.containerDefaultTransportProto = ProtocolProps.defaultTransportProto(defaultContainerProto)
}
Keys.onEnterPressed: this.clicked()
Keys.onReturnPressed: this.clicked()
}
}
}
@@ -147,6 +150,9 @@ PageType {
onClicked: function() {
isEasySetup = false
}
Keys.onEnterPressed: this.clicked()
Keys.onReturnPressed: this.clicked()
}
BasicButtonType {