This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-22/mockenv/lib/python3.6/site-packages/kivymd/uix/expansionpanel/expansionpanel.kv
2022-07-22 16:13:59 +05:30

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)