mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Improved style of button in group call bar for consistency.
This commit is contained in:
parent
70115a24bb
commit
bdcb146d06
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ void GroupCallBar::setupInner() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void GroupCallBar::setupRightButton(not_null<RoundButton*> button) {
|
void GroupCallBar::setupRightButton(not_null<RoundButton*> button) {
|
||||||
|
button->setFullRadius(true);
|
||||||
rpl::combine(
|
rpl::combine(
|
||||||
_inner->widthValue(),
|
_inner->widthValue(),
|
||||||
button->widthValue()
|
button->widthValue()
|
||||||
|
|
Loading…
Add table
Reference in a new issue