limited the length of the displayed server name
- added auto-selection of the first available protocol when changing the server on the PageShare page
This commit is contained in:
parent
c0aca97083
commit
f40bf2d9ba
9 changed files with 136 additions and 115 deletions
|
@ -101,7 +101,7 @@ PageType {
|
|||
Layout.fillWidth: true
|
||||
headerText: qsTr("Server name")
|
||||
textFieldText: name
|
||||
textField.maximumLength: 20
|
||||
textField.maximumLength: 30
|
||||
}
|
||||
|
||||
BasicButtonType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue