1
0
Fork 0
mirror of synced 2024-06-28 19:21:05 +12:00
Rare/rare
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
..
components ElideLabel: Enable word-wrapping for elided labels. 2023-02-20 14:26:14 +02:00
game_launch_helper GameLaunchHelper: Enumerate valid actions and states from 1 instead of 0 2023-02-04 17:38:07 +02:00
lgndr InstallDialog: Allow downloading 0 size DLCs 2023-02-17 10:37:44 +02:00
models InstallDialog: Allow downloading 0 size DLCs 2023-02-17 10:37:44 +02:00
resources RareStyle: Add border around install/uninstall buttons 2023-02-04 17:38:07 +02:00
shared Cleanup: Remove some unused imports 2023-02-18 17:27:18 +02:00
ui ElideLabel: Enable word-wrapping for elided labels. 2023-02-20 14:26:14 +02:00
utils ExtraWidgets: Cleanup some code 2023-02-18 18:16:29 +02:00
widgets ElideLabel: Enable word-wrapping for elided labels. 2023-02-20 14:26:14 +02:00
__init__.py Bump version 2023-01-22 21:14:18 +01:00
__main__.py GameWidget: Implement reactive and interactive labels 2023-02-07 13:41:59 +02:00
app.py Application: set HiDPi scaling attribute 2022-10-29 14:50:18 +03:00