fix: make throttling flags ellipsized to avoid massively oversized window (#402)

This commit is contained in:
Andi Powers-Holmes
2024-11-07 18:01:24 +11:00
committed by GitHub
parent 88ba80c21b
commit 2d00ce0ecb

View File

@@ -30,5 +30,6 @@ template $InfoRow: Box {
halign: end;
selectable: bind template.selectable;
use-markup: true;
ellipsize: end;
}
}