From b075bb9f4e7e998841f07890cfb8b8effe34b4e8 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 1 Sep 2025 10:59:54 +0400 Subject: [PATCH] Fix checkbox in background settings. --- Telegram/SourceFiles/boxes/boxes.style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/boxes.style b/Telegram/SourceFiles/boxes/boxes.style index 29fb5b4ac3..510dfa7420 100644 --- a/Telegram/SourceFiles/boxes/boxes.style +++ b/Telegram/SourceFiles/boxes/boxes.style @@ -758,7 +758,7 @@ backgroundCheckbox: Checkbox(defaultCheckbox) { textFg: msgServiceFg; textFgActive: msgServiceFg; - width: -50px; + width: -10px; margin: margins(0px, 0px, 0px, 0px); textPosition: point(0px, 6px);