mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 21:40:36 +01:00
19 lines
355 B
Plaintext
19 lines
355 B
Plaintext
<MDExpansionChevronRight>:
|
|
icon: "chevron-right"
|
|
disabled: True
|
|
md_bg_color_disabled: 0, 0, 0, 0
|
|
|
|
canvas.before:
|
|
PushMatrix
|
|
Rotate:
|
|
angle: self._angle
|
|
axis: (0, 0, 1)
|
|
origin: self.center
|
|
canvas.after:
|
|
PopMatrix
|
|
|
|
|
|
<MDExpansionPanel>
|
|
size_hint_y: None
|
|
# height: dp(68)
|