1
0
Fork 0
mirror of synced 2024-09-30 17:30:21 +13:00
Rare/rare/widgets
loathingKernel 692ffa99bc CollapsibleWidget: Resize the widget when contents change
Currently this is achieved by toggling the checked state twice
in a programmatic way. This ensures correct animations until
a better solution is found.

In addition, now both CollapsibleFrame and CollapsibleGroupBox
inherit their common methods from the abstract class CollapsibleBase.
2022-11-03 21:23:48 +02:00
..
__init__.py
collapsible_widget.py CollapsibleWidget: Resize the widget when contents change 2022-11-03 21:23:48 +02:00
elide_label.py
flow_layout.py
image_widget.py
library_layout.py
rare_app.py Application: set HiDPi scaling attribute 2022-10-29 14:50:18 +03:00
sliding_stack.py