qml: move label outside of server/proxy config component
This commit is contained in:
@@ -38,10 +38,6 @@ Item {
|
||||
width: parent.width
|
||||
spacing: constants.paddingLarge
|
||||
|
||||
Label {
|
||||
text: qsTr('Proxy settings')
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
id: proxy_enabled_cb
|
||||
text: qsTr('Enable Proxy')
|
||||
@@ -60,7 +56,7 @@ Item {
|
||||
}
|
||||
|
||||
GridLayout {
|
||||
columns: 4
|
||||
columns: 2
|
||||
Layout.fillWidth: true
|
||||
|
||||
Label {
|
||||
|
||||
@@ -14,10 +14,6 @@ Item {
|
||||
width: parent.width
|
||||
spacing: constants.paddingLarge
|
||||
|
||||
Label {
|
||||
text: qsTr('Server settings')
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
id: auto_server_cb
|
||||
text: qsTr('Select server automatically')
|
||||
|
||||
Reference in New Issue
Block a user