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

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