From 65a14bcab4a8fdb6875fc6f3b5ea96f642b0f547 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Thu, 1 Aug 2024 15:01:46 +0300 Subject: [PATCH] Removed placeholder from input field in box for renaming sticker set. --- Telegram/SourceFiles/chat_helpers/chat_helpers.style | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/chat_helpers/chat_helpers.style b/Telegram/SourceFiles/chat_helpers/chat_helpers.style index d48f32c0055f37..63cf5048a9426b 100644 --- a/Telegram/SourceFiles/chat_helpers/chat_helpers.style +++ b/Telegram/SourceFiles/chat_helpers/chat_helpers.style @@ -1414,8 +1414,15 @@ editTagLimit: FlatLabel(defaultFlatLabel) { } editStickerSetNameField: InputField(defaultInputField) { - textMargins: margins(0px, 28px, 26px, 4px); - heightMax: 55px; + textMargins: margins(0px, 8px, 26px, 4px); + heightMin: 36px; + heightMax: 36px; + placeholderFg: placeholderFg; + placeholderFgActive: placeholderFgActive; + placeholderFgError: placeholderFgActive; + placeholderMargins: margins(2px, 0px, 2px, 0px); + placeholderScale: 0.; + placeholderFont: normalFont; } editStickerSetNameLoading: InfiniteRadialAnimation(defaultInfiniteRadialAnimation) { color: lightButtonFg;