28 lines
1,004 B
Text
28 lines
1,004 B
Text
/*
|
|
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";
|
|
|
|
contactUserIcon: icon {{ "settings/settings_name", menuIconFg }};
|
|
contactPhoneIcon: icon {{ "settings/settings_phone_number", menuIconFg }};
|
|
contactIconPosition: point(-5px, 23px);
|
|
contactPadding: margins(49px, 2px, 0px, 14px);
|
|
contactSkip: 9px;
|
|
contactPhoneSkip: 30px;
|
|
newGroupAboutFg: windowSubTextFg;
|
|
newGroupPadding: margins(4px, 6px, 4px, 3px);
|
|
newGroupSkip: 27px;
|
|
newGroupInfoPadding: margins(0px, -4px, 0px, 1px);
|
|
newGroupLinkPadding: margins(4px, 27px, 4px, 21px);
|
|
newGroupLinkTop: 3px;
|
|
newGroupLinkFont: font(16px);
|
|
newGroupNamePosition: point(27px, 5px);
|
|
newGroupDescriptionPadding: margins(0px, 13px, 0px, 4px);
|
|
setupChannelLink: InputField(defaultInputField) {
|
|
textMargins: margins(0px, 6px, 0px, 4px);
|
|
heightMin: 32px;
|
|
}
|