mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Use Ui::Text::String in Ui::RoundButton.
This commit is contained in:
@@ -1429,7 +1429,7 @@ not_null<Ui::RoundButton*> CreateLockedButton(
|
||||
|
||||
const auto labelSt = result->lifetime().make_state<style::FlatLabel>(
|
||||
st::defaultFlatLabel);
|
||||
labelSt->style.font = st.font;
|
||||
labelSt->style.font = st.style.font;
|
||||
labelSt->textFg = st.textFg;
|
||||
|
||||
const auto label = Ui::CreateChild<Ui::FlatLabel>(
|
||||
|
Reference in New Issue
Block a user