mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-13 23:13:32 +00:00
Use Ui::Text::String in Ui::RoundButton.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user