Added support of multiline subtext for many usernames to info layer.
This commit is contained in:
parent
dad9f4b87d
commit
de8d93ba73
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue