mirror of https://github.com/procxx/kepka.git
Add an icon to the psa / quiz tooltip.
This commit is contained in:
parent
4efd649c27
commit
067e52f5d1
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> {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7849f0561b7d8d0e51e3fec3dcfe07e1502c82cc
|
||||
Subproject commit 66e44506dc1cdea5a47dd0124c98d269b2a02d03
|
Loading…
Reference in New Issue