1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/components/tabs/games
loathingKernel 3e827f4ece ElideLabel: Enable word-wrapping for elided labels.
Word wrapping allows ElideLabel to resize first inside flexible sized
areas such as the contents widget of a scrollarea. This allows the contents
widget to properly resize itself to avoid horizontal scrolling.

Word-wrapping also enables the widget to resize vertically. To avoid that
ElideLabel is set to a fixed height based on font metrics. An overloaded
method `setFixedHeight` has been added to disable it when desired.

EglSyncGroup: Replace estimated path label with a ElideLabel because
the displayed message was expanding the scrollarea.
2023-02-20 14:26:14 +02:00
..
game_info Update rare/components/tabs/games/game_info/move_game.py 2023-02-20 11:31:03 +02:00
game_widgets Update rare/components/tabs/games/game_widgets/game_widget.py 2023-02-20 11:28:53 +02:00
integrations ElideLabel: Enable word-wrapping for elided labels. 2023-02-20 14:26:14 +02:00
__init__.py GamesTab: Remove timing debug message 2023-02-16 16:22:31 +02:00
head_bar.py ApiResults: Mirror the way RareCore from refactor_backend handles non asset items 2023-02-07 13:04:33 +02:00