Update fast action icons.

This commit is contained in:
John Preston 2020-09-24 09:55:24 +03:00
parent a38f7b357c
commit c32f2e71e8
12 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 661 B

After

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

View file

@ -528,9 +528,9 @@ historyAdminLogSearchSlideDuration: 150;
historyFastShareSize: 31px;
historyFastShareLeft: 13px;
historyFastShareBottom: 5px;
historyFastShareIcon: icon {{ "fast_share", msgServiceFg, point(4px, 3px)}};
historyGoToOriginalIcon: icon {{ "title_back-flip_horizontal", msgServiceFg, point(8px, 7px) }};
historyFastCommentsIcon: icon {{ "history_comments", msgServiceFg }};
historyFastShareIcon: icon {{ "fast_share", msgServiceFg }};
historyGoToOriginalIcon: icon {{ "fast_to_original", msgServiceFg }};
historyFastCommentsIcon: icon {{ "fast_comments", msgServiceFg }};
historySavedFont: font(semibold 14px);

View file

@ -2132,9 +2132,9 @@ void Message::drawRightAction(
views->repliesSmall.textWidth);
}
} else if (displayFastShare()) {
st::historyFastShareIcon.paint(p, left, top, outerWidth);
st::historyFastShareIcon.paintInCenter(p, { left, top, size->width(), size->height() });
} else {
st::historyGoToOriginalIcon.paint(p, left, top, outerWidth);
st::historyGoToOriginalIcon.paintInCenter(p, { left, top, size->width(), size->height() });
}
}

@ -1 +1 @@
Subproject commit d369d84e868352886cee48eecb60b462f6dfe067
Subproject commit 839dcab7f083a51b8130061ea5ec245195af6c58