mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Added counter label of characters limit for long media captions.
This commit is contained in:
@@ -1071,6 +1071,13 @@ historyMessagesTTLLabel: FlatLabel(defaultFlatLabel) {
|
||||
textFg: windowSubTextFg;
|
||||
}
|
||||
|
||||
historyCharsLimitationLabel: FlatLabel(defaultFlatLabel) {
|
||||
// The same as a width of the historySendSize.
|
||||
minWidth: 44px;
|
||||
align: align(center);
|
||||
textFg: attentionButtonFg;
|
||||
}
|
||||
|
||||
historyRecordVoiceFg: historyComposeIconFg;
|
||||
historyRecordVoiceFgOver: historyComposeIconFgOver;
|
||||
historyRecordVoiceFgInactive: attentionButtonFg;
|
||||
|
Reference in New Issue
Block a user