1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/components
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
..
dialogs ElideLabel: Enable word-wrapping for elided labels. 2023-02-20 14:26:14 +02:00
tabs ElideLabel: Enable word-wrapping for elided labels. 2023-02-20 14:26:14 +02:00
__init__.py lowercase snake case 2021-04-07 22:39:23 +02:00
main_window.py RareCore: add dequeue_worker() method to RareCore 2023-02-16 17:07:02 +02:00
tray_icon.py InstallQueueItemModel: Refactor to add an expiration date to the download 2023-02-04 17:38:07 +02:00