mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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
|
@ -483,7 +483,6 @@ Kirigami.Page {
|
||||||
comboVendor.currentIndex = manager.getDetectedVendorIndex()
|
comboVendor.currentIndex = manager.getDetectedVendorIndex()
|
||||||
comboProduct.currentIndex = manager.getDetectedProductIndex(comboVendor.currentText)
|
comboProduct.currentIndex = manager.getDetectedProductIndex(comboVendor.currentText)
|
||||||
comboConnection.currentIndex = manager.getMatchingAddress(comboVendor.currentText, comboProduct.currentText)
|
comboConnection.currentIndex = manager.getMatchingAddress(comboVendor.currentText, comboProduct.currentText)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue