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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user