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
@@ -97,8 +97,7 @@ public:
const auto reset = Ui::CreateChild<Ui::RoundButton>(
this,
rpl::single<QString>(QString()),
st::ivResetZoom,
Ui::RoundButtonTextNoTransform);
st::ivResetZoom);
processTooltip(reset);
const auto resetLabel = Ui::CreateChild<Ui::FlatLabel>(
reset,