mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Start group call members list.
This commit is contained in:
@@ -517,22 +517,22 @@ historyUnreadBarFont: semiboldFont;
|
||||
historyForwardChooseMargins: margins(30px, 10px, 30px, 10px);
|
||||
historyForwardChooseFont: font(16px);
|
||||
|
||||
historyCallArrowIn: icon {{ "call_arrow_in", historyCallArrowInFg }};
|
||||
historyCallArrowInSelected: icon {{ "call_arrow_in", historyCallArrowInFgSelected }};
|
||||
historyCallArrowMissedIn: icon {{ "call_arrow_in", historyCallArrowMissedInFg }};
|
||||
historyCallArrowMissedInSelected: icon {{ "call_arrow_in", historyCallArrowMissedInFgSelected }};
|
||||
historyCallArrowOut: icon {{ "call_arrow_out", historyCallArrowOutFg }};
|
||||
historyCallArrowOutSelected: icon {{ "call_arrow_out", historyCallArrowOutFgSelected }};
|
||||
historyCallArrowIn: icon {{ "calls/call_arrow_in", historyCallArrowInFg }};
|
||||
historyCallArrowInSelected: icon {{ "calls/call_arrow_in", historyCallArrowInFgSelected }};
|
||||
historyCallArrowMissedIn: icon {{ "calls/call_arrow_in", historyCallArrowMissedInFg }};
|
||||
historyCallArrowMissedInSelected: icon {{ "calls/call_arrow_in", historyCallArrowMissedInFgSelected }};
|
||||
historyCallArrowOut: icon {{ "calls/call_arrow_out", historyCallArrowOutFg }};
|
||||
historyCallArrowOutSelected: icon {{ "calls/call_arrow_out", historyCallArrowOutFgSelected }};
|
||||
historyCallWidth: 240px;
|
||||
historyCallHeight: 56px;
|
||||
historyCallInIcon: icon {{ "call_answer", msgFileInBg }};
|
||||
historyCallInIconSelected: icon {{ "call_answer", msgFileInBgSelected }};
|
||||
historyCallOutIcon: icon {{ "call_answer", msgFileOutBg }};
|
||||
historyCallOutIconSelected: icon {{ "call_answer", msgFileOutBgSelected }};
|
||||
historyCallCameraInIcon: icon {{ "call_camera_active", msgFileInBg }};
|
||||
historyCallCameraInIconSelected: icon {{ "call_camera_active", msgFileInBgSelected }};
|
||||
historyCallCameraOutIcon: icon {{ "call_camera_active", msgFileOutBg }};
|
||||
historyCallCameraOutIconSelected: icon {{ "call_camera_active", msgFileOutBgSelected }};
|
||||
historyCallInIcon: icon {{ "calls/call_answer", msgFileInBg }};
|
||||
historyCallInIconSelected: icon {{ "calls/call_answer", msgFileInBgSelected }};
|
||||
historyCallOutIcon: icon {{ "calls/call_answer", msgFileOutBg }};
|
||||
historyCallOutIconSelected: icon {{ "calls/call_answer", msgFileOutBgSelected }};
|
||||
historyCallCameraInIcon: icon {{ "calls/call_camera_active", msgFileInBg }};
|
||||
historyCallCameraInIconSelected: icon {{ "calls/call_camera_active", msgFileInBgSelected }};
|
||||
historyCallCameraOutIcon: icon {{ "calls/call_camera_active", msgFileOutBg }};
|
||||
historyCallCameraOutIconSelected: icon {{ "calls/call_camera_active", msgFileOutBgSelected }};
|
||||
historyCallIconPosition: point(12px, 10px);
|
||||
historyCallLeft: 16px;
|
||||
historyCallTop: 9px;
|
||||
|
Reference in New Issue
Block a user