2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

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() });
}
}