1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00
Rare/rare/widgets
loathingKernel 08ab130c5c LibraryLayout from #196
Introduces the LibraryLayout from #196.
This layout distributes the available space in either horizontal side and in-between the widgets.

Known issues: When searching for a game, it will re-align visible widgets, effectively centering the results.
This is because the search and grouping functions are interleaved. #196 handles it differently by adjusting
the opacity and re-ordering of the irrelevant widgets.

Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
2022-06-20 19:04:46 +03:00
..
__init__.py Implement image manager 2022-06-19 17:12:59 +03:00
elide_label.py Implement image manager 2022-06-19 17:12:59 +03:00
image_widget.py Add ImageWidget and LibraryWidget from #196 2022-06-19 20:42:49 +03:00
library_layout.py LibraryLayout from #196 2022-06-20 19:04:46 +03:00