mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Added support of multiline subtext for many usernames to info layer.
This commit is contained in:
parent
dad9f4b87d
commit
de8d93ba73
1 changed files with 3 additions and 3 deletions
|
@ -412,14 +412,14 @@ infoLabeledOneLine: FlatLabel(defaultFlatLabel) {
|
||||||
margin: margins(5px, 5px, 5px, 5px);
|
margin: margins(5px, 5px, 5px, 5px);
|
||||||
}
|
}
|
||||||
infoLabelSkip: 2px;
|
infoLabelSkip: 2px;
|
||||||
infoLabel: FlatLabel(infoLabeledOneLine) {
|
|
||||||
textFg: windowSubTextFg;
|
|
||||||
}
|
|
||||||
infoLabeled: FlatLabel(infoLabeledOneLine) {
|
infoLabeled: FlatLabel(infoLabeledOneLine) {
|
||||||
minWidth: 180px;
|
minWidth: 180px;
|
||||||
maxHeight: 0px;
|
maxHeight: 0px;
|
||||||
margin: margins(5px, 5px, 5px, 5px);
|
margin: margins(5px, 5px, 5px, 5px);
|
||||||
}
|
}
|
||||||
|
infoLabel: FlatLabel(infoLabeled) {
|
||||||
|
textFg: windowSubTextFg;
|
||||||
|
}
|
||||||
|
|
||||||
infoBlockHeaderLabel: FlatLabel(infoProfileStatus) {
|
infoBlockHeaderLabel: FlatLabel(infoProfileStatus) {
|
||||||
textFg: windowBoldFg;
|
textFg: windowBoldFg;
|
||||||
|
|
Loading…
Add table
Reference in a new issue