mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Added text transform to RoundButton as mandatory argument.
This commit is contained in:
@@ -198,10 +198,10 @@ PreviewWrap::PreviewWrap(
|
||||
item->out()
|
||||
? tr::lng_close()
|
||||
: tr::lng_ttl_voice_close_in(),
|
||||
st::ttlMediaButton);
|
||||
st::ttlMediaButton,
|
||||
Ui::RoundButtonTextNoTransform);
|
||||
close->setFullRadius(true);
|
||||
close->setClickedCallback(closeCallback);
|
||||
close->setTextTransform(Ui::RoundButton::TextTransform::NoTransform);
|
||||
|
||||
rpl::combine(
|
||||
sizeValue(),
|
||||
|
||||
Reference in New Issue
Block a user