mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Fixed text elision of peer name in section of chat preview.
This commit is contained in:
@@ -1111,6 +1111,7 @@ previewMarkRead: FlatButton(historyComposeButton) {
|
|||||||
previewName: FlatLabel(defaultFlatLabel) {
|
previewName: FlatLabel(defaultFlatLabel) {
|
||||||
style: semiboldTextStyle;
|
style: semiboldTextStyle;
|
||||||
textFg: windowFg;
|
textFg: windowFg;
|
||||||
|
maxHeight: 30px;
|
||||||
}
|
}
|
||||||
previewStatus: FlatLabel(defaultFlatLabel) {
|
previewStatus: FlatLabel(defaultFlatLabel) {
|
||||||
textFg: windowSubTextFg;
|
textFg: windowSubTextFg;
|
||||||
|
Reference in New Issue
Block a user