mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed text elision of peer name in section of chat preview.
This commit is contained in:
parent
5db2821f8c
commit
fe6f65b3ab
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue