Add an icon to the psa / quiz tooltip.

This commit is contained in:
John Preston 2020-04-30 14:51:24 +04:00
parent 4efd649c27
commit 067e52f5d1
6 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -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;

View File

@ -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