Fixed text elision of peer name in section of chat preview.
This commit is contained in:
parent
5db2821f8c
commit
fe6f65b3ab
|
@ -1111,6 +1111,7 @@ previewMarkRead: FlatButton(historyComposeButton) {
|
|||
previewName: FlatLabel(defaultFlatLabel) {
|
||||
style: semiboldTextStyle;
|
||||
textFg: windowFg;
|
||||
maxHeight: 30px;
|
||||
}
|
||||
previewStatus: FlatLabel(defaultFlatLabel) {
|
||||
textFg: windowSubTextFg;
|
||||
|
|
Loading…
Reference in New Issue