Defaulted RoundButton text transform to no-transform.

This commit is contained in:
23rd
2026-04-06 16:23:24 +03:00
parent 7c26a251cf
commit 494833236f
64 changed files with 103 additions and 192 deletions
+1 -2
View File
@@ -302,8 +302,7 @@ void ArchiveHintBox(
auto button = object_ptr<Ui::RoundButton>(
box,
tr::lng_archive_hint_button(),
st::defaultActiveButton,
Ui::RoundButtonTextNoTransform);
st::defaultActiveButton);
button->resizeToWidth(box->width()
- st.buttonPadding.left()
- st.buttonPadding.left());