diff --git a/Telegram/Resources/icons/history_down_arrow.png b/Telegram/Resources/icons/history_down_arrow.png index d47721fa10..cd832e59eb 100644 Binary files a/Telegram/Resources/icons/history_down_arrow.png and b/Telegram/Resources/icons/history_down_arrow.png differ diff --git a/Telegram/Resources/icons/history_down_arrow@2x.png b/Telegram/Resources/icons/history_down_arrow@2x.png index 085877e03a..3273237c36 100644 Binary files a/Telegram/Resources/icons/history_down_arrow@2x.png and b/Telegram/Resources/icons/history_down_arrow@2x.png differ diff --git a/Telegram/Resources/icons/history_down_arrow@3x.png b/Telegram/Resources/icons/history_down_arrow@3x.png index f6d0f7d1f9..7ff0842397 100644 Binary files a/Telegram/Resources/icons/history_down_arrow@3x.png and b/Telegram/Resources/icons/history_down_arrow@3x.png differ diff --git a/Telegram/Resources/icons/history_down_circle.png b/Telegram/Resources/icons/history_down_circle.png index 001abe2ddc..fd059d9135 100644 Binary files a/Telegram/Resources/icons/history_down_circle.png and b/Telegram/Resources/icons/history_down_circle.png differ diff --git a/Telegram/Resources/icons/history_down_circle@2x.png b/Telegram/Resources/icons/history_down_circle@2x.png index d5d9bcda79..7df8afdc3a 100644 Binary files a/Telegram/Resources/icons/history_down_circle@2x.png and b/Telegram/Resources/icons/history_down_circle@2x.png differ diff --git a/Telegram/Resources/icons/history_down_circle@3x.png b/Telegram/Resources/icons/history_down_circle@3x.png index a3a546ef29..85f3e5673f 100644 Binary files a/Telegram/Resources/icons/history_down_circle@3x.png and b/Telegram/Resources/icons/history_down_circle@3x.png differ diff --git a/Telegram/SourceFiles/ui/chat/chat.style b/Telegram/SourceFiles/ui/chat/chat.style index e83ff119b9..8e6b6f0b60 100644 --- a/Telegram/SourceFiles/ui/chat/chat.style +++ b/Telegram/SourceFiles/ui/chat/chat.style @@ -69,16 +69,16 @@ historyResizeWidth: 6px; historyPaddingBottom: 8px; historyToDownPosition: point(12px, 10px); -historyToDownAbove: icon {{ "history_down_arrow", historyToDownFg, point(17px, 23px) }}; -historyToDownAboveOver: icon {{ "history_down_arrow", historyToDownFgOver, point(17px, 23px) }}; +historyToDownAbove: icon {{ "history_down_arrow", historyToDownFg }}; +historyToDownAboveOver: icon {{ "history_down_arrow", historyToDownFgOver }}; historyToDownPaddingTop: 10px; historyToDownBelow: icon { { "history_down_shadow", historyToDownShadow }, - { "history_down_circle", historyToDownBg, point(4px, 4px) }, + { "history_down_circle", historyToDownBg }, }; historyToDownBelowOver: icon { { "history_down_shadow", historyToDownShadow }, - { "history_down_circle", historyToDownBgOver, point(4px, 4px) }, + { "history_down_circle", historyToDownBgOver }, }; historyToDown: TwoIconButton { width: 52px; @@ -102,8 +102,8 @@ historyToDownBadgeSize: 22px; historyToDownShownAfter: 480px; historyToDownDuration: 150; -dialogsToUpAbove: icon {{ "history_down_arrow-flip_vertical", historyToDownFg, point(17px, 20px) }}; -dialogsToUpAboveOver: icon {{ "history_down_arrow-flip_vertical", historyToDownFgOver, point(17px, 20px) }}; +dialogsToUpAbove: icon {{ "history_down_arrow-flip_vertical", historyToDownFg, point(0px, 1px) }}; +dialogsToUpAboveOver: icon {{ "history_down_arrow-flip_vertical", historyToDownFgOver, point(0px, 1px) }}; dialogsToUp: TwoIconButton(historyToDown) { iconAbove: dialogsToUpAbove;