mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Start group call members list.
This commit is contained in:
@@ -219,7 +219,6 @@ contactsPhotoCheckIcon: defaultPeerListCheckIcon;
|
||||
contactsPhotoCheck: defaultPeerListCheck;
|
||||
contactsPhotoCheckbox: defaultPeerListCheckbox;
|
||||
contactsPhotoDisabledCheckFg: menuIconFg;
|
||||
contactsNameCheckedFg: windowActiveTextFg;
|
||||
contactsRipple: defaultRippleAnimation;
|
||||
|
||||
contactsMarginTop: 4px;
|
||||
|
@@ -1283,7 +1283,7 @@ crl::time PeerListContent::paintRow(
|
||||
selected);
|
||||
}
|
||||
auto nameCheckedRatio = row->disabled() ? 0. : row->checkedRatio();
|
||||
p.setPen(anim::pen(st::contactsNameFg, st::contactsNameCheckedFg, nameCheckedRatio));
|
||||
p.setPen(anim::pen(_st.item.nameFg, _st.item.nameFgChecked, nameCheckedRatio));
|
||||
name.drawLeftElided(p, namex, _st.item.namePosition.y(), namew, width());
|
||||
|
||||
if (!actionSize.isEmpty()) {
|
||||
|
@@ -135,7 +135,6 @@ private:
|
||||
// Viewing admins, banned or restricted users list with search.
|
||||
class ParticipantsBoxController
|
||||
: public PeerListController
|
||||
, private base::Subscriber
|
||||
, public base::has_weak_ptr {
|
||||
public:
|
||||
using Role = ParticipantsRole;
|
||||
|
Reference in New Issue
Block a user