2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 15:45:12 +00:00

Use separate styles for group call boxes.

This commit is contained in:
John Preston
2020-11-29 21:26:49 +03:00
parent e66ad89a2a
commit d40768f6b0
34 changed files with 300 additions and 182 deletions

View File

@@ -137,7 +137,7 @@ void CreateRightLabel(
rpl::producer<QString> buttonText) {
const auto name = Ui::CreateChild<Ui::FlatLabel>(
button.get(),
st::settingsButtonRight);
st.rightLabel);
rpl::combine(
button->widthValue(),
std::move(buttonText),