From bf3f474195999f76df10eb9224710beba13aaba3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 6 Oct 2023 17:02:59 +0400 Subject: [PATCH] Fix label position in peer editing. --- Telegram/SourceFiles/info/info.style | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/info/info.style b/Telegram/SourceFiles/info/info.style index ffd146b89..7ac6d4a1b 100644 --- a/Telegram/SourceFiles/info/info.style +++ b/Telegram/SourceFiles/info/info.style @@ -582,12 +582,11 @@ manageGroupButtonInner: SettingsButton(infoProfileButton) { } manageGroupButton: SettingsCountButton(managePeerButton) { button: manageGroupButtonInner; - labelPosition: point(22px, 12px); + labelPosition: point(22px, 10px); iconPosition: point(20px, 4px); } manageGroupTopButtonWithText: SettingsCountButton(manageGroupButton) { - labelPosition: point(22px, 10px); iconPosition: point(0px, 0px); } manageGroupTopicsButton: SettingsCountButton(manageGroupTopButtonWithText) {