1
0
Fork 0
mirror of synced 2024-09-30 09:17:37 +13:00
Rare/rare/components/tabs/games/game_widgets
loathingKernel 849c98bee5
ProgressLabel: Use a centering procedure based on events
Previously the `setGeometry()` method was called explicitly. In this
procedure the self-centering widget installs an `eventFilter` on its
parent to react to `Resize` events of the parent.

This breaks centering on the list widgets a bit, pending an investigation
2023-04-04 13:34:33 +03:00
..
__init__.py
game_widget.py
icon_game_widget.py Code cleanup 2023-03-16 12:38:33 +02:00
icon_widget.py
library_widget.py ProgressLabel: Use a centering procedure based on events 2023-04-04 13:34:33 +03:00
list_game_widget.py Code cleanup 2023-03-16 12:38:33 +02:00
list_widget.py