comparison cagou/kv/common_widgets.kv @ 491:203755bbe0fe

massive refactoring from camelCase -> snake_case. See backend commit log for more details
author Goffi <goffi@goffi.org>
date Sat, 08 Apr 2023 13:44:32 +0200
parents 3c9ba4a694ef
children
comparison
equal deleted inserted replaced
490:962d17c4078c 491:203755bbe0fe
25 <DeviceWidget>: 25 <DeviceWidget>:
26 Symbol: 26 Symbol:
27 size_hint: 1, None 27 size_hint: 1, None
28 height: dp(80) 28 height: dp(80)
29 font_size: dp(40) 29 font_size: dp(40)
30 symbol: root.getSymbol() 30 symbol: root.get_symbol()
31 color: 0, 0, 0, 1 31 color: 0, 0, 0, 1
32 Label: 32 Label:
33 size_hint: None, None 33 size_hint: None, None
34 width: dp(100) 34 width: dp(100)
35 font_size: sp(14) 35 font_size: sp(14)