mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-24 07:20:37 -04:00
Cleanup
This commit is contained in:
parent
c19802833d
commit
f9d6185064
2 changed files with 76 additions and 60 deletions
|
@ -438,11 +438,16 @@ MDNavigationLayout:
|
|||
padding: [0, 0, 0, dp(32)]
|
||||
|
||||
MDTextField:
|
||||
id: connectivity_modem_cid
|
||||
hint_text: "Modem Pairing ID"
|
||||
id: connectivity_modem_ifac_netname
|
||||
hint_text: "Optional IFAC network name"
|
||||
text: ""
|
||||
font_size: dp(24)
|
||||
|
||||
MDTextField:
|
||||
id: connectivity_modem_ifac_passphrase
|
||||
hint_text: "Optional IFAC passphrase"
|
||||
text: ""
|
||||
font_size: dp(24)
|
||||
# disabled: True
|
||||
|
||||
|
||||
MDBoxLayout:
|
||||
|
@ -471,11 +476,16 @@ MDNavigationLayout:
|
|||
padding: [0, 0, 0, dp(32)]
|
||||
|
||||
MDTextField:
|
||||
id: connectivity_serial_baud
|
||||
hint_text: "Baud Rate"
|
||||
id: connectivity_serial_ifac_netname
|
||||
hint_text: "Optional IFAC network name"
|
||||
text: ""
|
||||
font_size: dp(24)
|
||||
|
||||
MDTextField:
|
||||
id: connectivity_serial_ifac_passphrase
|
||||
hint_text: "Optional IFAC passphrase"
|
||||
text: ""
|
||||
font_size: dp(24)
|
||||
# disabled: True
|
||||
|
||||
|
||||
MDBoxLayout:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue