mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Use separate styles for group call boxes.
This commit is contained in:
@@ -231,9 +231,9 @@ inlineBotsScroll: ScrollArea(defaultSolidScroll) {
|
||||
deltab: stickerPanPadding;
|
||||
}
|
||||
|
||||
gifsSearchField: contactsSearchField;
|
||||
gifsSearchField: defaultMultiSelectSearchField;
|
||||
gifsSearchFieldPosition: point(42px, 7px);
|
||||
gifsSearchCancel: contactsSearchCancel;
|
||||
gifsSearchCancel: defaultMultiSelectSearchCancel;
|
||||
gifsSearchCancelPosition: point(1px, 1px);
|
||||
gifsSearchIcon: boxFieldSearchIcon;
|
||||
gifsSearchIconPosition: point(6px, 7px);
|
||||
|
@@ -221,7 +221,7 @@ void Inner::setupContent() {
|
||||
}
|
||||
|
||||
Row::Row(QWidget *widget, not_null<Main::Session*> session, const Set &set)
|
||||
: RippleButton(widget, st::contactsRipple)
|
||||
: RippleButton(widget, st::defaultRippleAnimation)
|
||||
, _session(session)
|
||||
, _id(set.id)
|
||||
, _state(Available{ set.size }) {
|
||||
|
Reference in New Issue
Block a user