mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
25 lines
776 B
Plaintext
25 lines
776 B
Plaintext
/*
|
|
This file is part of Telegram Desktop,
|
|
the official desktop application for the Telegram messaging service.
|
|
|
|
For license and copyright information please follow this link:
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
*/
|
|
using "boxes/boxes.style";
|
|
|
|
contactsNameStyle: TextStyle(defaultTextStyle) {
|
|
font: semiboldFont;
|
|
}
|
|
groupStickersRemove: defaultMultiSelectSearchCancel;
|
|
groupStickersRemovePosition: point(6px, 6px);
|
|
groupStickersFieldPadding: margins(8px, 6px, 8px, 6px);
|
|
groupStickersField: InputField(defaultMultiSelectSearchField) {
|
|
placeholderFont: boxTextFont;
|
|
style: boxTextStyle;
|
|
placeholderMargins: margins(0px, 0px, 0px, 0px);
|
|
textMargins: margins(0px, 7px, 0px, 0px);
|
|
textBg: boxBg;
|
|
heightMin: 32px;
|
|
}
|
|
groupStickersSubTitleHeight: 48px;
|