mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
mobile: random white space cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c0f2563495
commit
6e9597027d
1 changed files with 2 additions and 3 deletions
|
@ -168,7 +168,7 @@ Kirigami.Page {
|
|||
dc1.enabled = dc2.enabled = dc3.enabled = dc4.enabled = true
|
||||
for (var i = 1; i < 5; i++) {
|
||||
switch (i) {
|
||||
case 1:
|
||||
case 1:
|
||||
curVendor = PrefDiveComputer.vendor1
|
||||
curProduct = PrefDiveComputer.product1
|
||||
curDevice = PrefDiveComputer.device1
|
||||
|
@ -230,7 +230,7 @@ Kirigami.Page {
|
|||
}
|
||||
function disableDC(inx) {
|
||||
switch (inx) {
|
||||
case 1:
|
||||
case 1:
|
||||
dc1.enabled = false
|
||||
break;
|
||||
case 2:
|
||||
|
@ -483,7 +483,6 @@ Kirigami.Page {
|
|||
comboVendor.currentIndex = manager.getDetectedVendorIndex()
|
||||
comboProduct.currentIndex = manager.getDetectedProductIndex(comboVendor.currentText)
|
||||
comboConnection.currentIndex = manager.getMatchingAddress(comboVendor.currentText, comboProduct.currentText)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue