Improved style of button in group call bar for consistency.

This commit is contained in:
23rd 2023-12-24 14:26:57 +03:00 committed by John Preston
parent 70115a24bb
commit bdcb146d06

View file

@ -244,6 +244,7 @@ void GroupCallBar::setupInner() {
}
void GroupCallBar::setupRightButton(not_null<RoundButton*> button) {
button->setFullRadius(true);
rpl::combine(
_inner->widthValue(),
button->widthValue()