mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02: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)
|