Added support of multiline subtext for many usernames to info layer.

This commit is contained in:
23rd 2023-01-07 04:27:18 +03:00 committed by John Preston
parent dad9f4b87d
commit de8d93ba73
1 changed files with 3 additions and 3 deletions

View File

@ -412,14 +412,14 @@ infoLabeledOneLine: FlatLabel(defaultFlatLabel) {
margin: margins(5px, 5px, 5px, 5px);
}
infoLabelSkip: 2px;
infoLabel: FlatLabel(infoLabeledOneLine) {
textFg: windowSubTextFg;
}
infoLabeled: FlatLabel(infoLabeledOneLine) {
minWidth: 180px;
maxHeight: 0px;
margin: margins(5px, 5px, 5px, 5px);
}
infoLabel: FlatLabel(infoLabeled) {
textFg: windowSubTextFg;
}
infoBlockHeaderLabel: FlatLabel(infoProfileStatus) {
textFg: windowBoldFg;