mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Defaulted RoundButton text transform to no-transform.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user