Use Ui::Text::String in Ui::RoundButton.

This commit is contained in:
John Preston
2024-08-30 18:01:49 +04:00
parent ec28f258fb
commit f79d70d112
27 changed files with 93 additions and 65 deletions
@@ -276,7 +276,7 @@ void Panel::Button::paintEvent(QPaintEvent *e) {
paintRipple(p, rect().topLeft(), &ripple);
}
p.setFont(_st.font);
p.setFont(_st.style.font);
const auto height = rect().height();
const auto progress = st::paymentsLoading.size;