2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Slightly refactored text drawing in VoiceRecordBar.

This commit is contained in:
23rd
2020-10-10 15:03:28 +03:00
committed by John Preston
parent b6743feec1
commit cdb77d46b1
3 changed files with 54 additions and 20 deletions

View File

@@ -344,7 +344,14 @@ historyRecordCancelActive: windowActiveTextFg;
historyRecordFont: font(13px);
historyRecordDurationSkip: 12px;
historyRecordDurationFg: historyComposeAreaFg;
historyRecordTextTop: 14px;
historyRecordTextStyle: TextStyle(defaultTextStyle) {
font: historyRecordFont;
}
historyRecordTextWidthForWrap: 210px;
historyRecordTextLeft: 15px;
historyRecordTextRight: 25px;
historyRecordLockShowDuration: historyToDownDuration;
historyRecordLockSize: size(75px, 150px);