From 52d78ef7249c533eb52eb08a27e6fe21b151c6d8 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Tue, 9 Dec 2025 11:33:30 +0300 Subject: [PATCH] Increased round radius for popup menu. --- Telegram/SourceFiles/boxes/choose_filter_box.cpp | 3 ++- Telegram/lib_ui | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/boxes/choose_filter_box.cpp b/Telegram/SourceFiles/boxes/choose_filter_box.cpp index 4cd55628b0..17450b8000 100644 --- a/Telegram/SourceFiles/boxes/choose_filter_box.cpp +++ b/Telegram/SourceFiles/boxes/choose_filter_box.cpp @@ -99,7 +99,8 @@ protected: p.drawImage( width() - size.width() - - st::menuWithIcons.itemPadding.right(), + - st::menuWithIcons.itemPadding.right() + - st::popupMenuWithIcons.shadow.extend.right(), (height() - size.height()) / 2, _icon); } diff --git a/Telegram/lib_ui b/Telegram/lib_ui index 258a928d83..bfca125f40 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit 258a928d83c9b69ee2e5ab65a2e1aa4f384d7a46 +Subproject commit bfca125f4053880eecd6faef9a0fe41e32a13b20