mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 23:00:58 +00:00
Add an icon to the psa / quiz tooltip.
This commit is contained in:
parent
4efd649c27
commit
067e52f5d1
Telegram
BIN
Telegram/Resources/icons/toast_info.png
Normal file
BIN
Telegram/Resources/icons/toast_info.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 504 B |
BIN
Telegram/Resources/icons/toast_info@2x.png
Normal file
BIN
Telegram/Resources/icons/toast_info@2x.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 992 B |
BIN
Telegram/Resources/icons/toast_info@3x.png
Normal file
BIN
Telegram/Resources/icons/toast_info@3x.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.5 KiB |
@ -389,6 +389,9 @@ historyErrorToast: Toast(defaultToast) {
|
||||
historyInfoToast: Toast(defaultToast) {
|
||||
minWidth: msgMinWidth;
|
||||
maxWidth: 380px;
|
||||
padding: margins(54px, 13px, 19px, 12px);
|
||||
icon: icon {{ "toast_info", toastFg }};
|
||||
iconPosition: point(13px, 13px);
|
||||
}
|
||||
|
||||
historyPhotoLeft: 14px;
|
||||
|
@ -28,7 +28,6 @@ struct LogEntryOriginal
|
||||
~LogEntryOriginal();
|
||||
|
||||
std::unique_ptr<WebPage> page;
|
||||
|
||||
};
|
||||
|
||||
struct PsaTooltipState : public RuntimeComponent<PsaTooltipState, Element> {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 7849f0561b7d8d0e51e3fec3dcfe07e1502c82cc
|
||||
Subproject commit 66e44506dc1cdea5a47dd0124c98d269b2a02d03
|
Loading…
Reference in New Issue
Block a user