mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Load and show list of users who viewed a story.
This commit is contained in:
@@ -201,6 +201,31 @@ ComposeControls {
|
||||
premium: PremiumLimits;
|
||||
}
|
||||
|
||||
WhoRead {
|
||||
userpics: GroupCallUserpics;
|
||||
photoLeft: pixels;
|
||||
photoSize: pixels;
|
||||
photoSkip: pixels;
|
||||
nameLeft: pixels;
|
||||
iconPosition: point;
|
||||
itemPadding: margins;
|
||||
}
|
||||
|
||||
defaultWhoRead: WhoRead {
|
||||
userpics: GroupCallUserpics {
|
||||
size: 22px;
|
||||
shift: 8px;
|
||||
stroke: 4px;
|
||||
align: align(right);
|
||||
}
|
||||
photoLeft: 13px;
|
||||
photoSize: 30px;
|
||||
photoSkip: 5px;
|
||||
nameLeft: 57px;
|
||||
iconPosition: point(15px, 7px);
|
||||
itemPadding: margins(44px, 9px, 17px, 7px);
|
||||
}
|
||||
|
||||
switchPmButton: RoundButton(defaultBoxButton) {
|
||||
width: 320px;
|
||||
height: 34px;
|
||||
@@ -1091,3 +1116,21 @@ defaultComposeControls: ComposeControls {
|
||||
files: defaultComposeFiles;
|
||||
premium: defaultPremiumLimits;
|
||||
}
|
||||
|
||||
moreChatsBarHeight: 48px;
|
||||
moreChatsBarTextPosition: point(12px, 4px);
|
||||
moreChatsBarStatusPosition: point(12px, 24px);
|
||||
moreChatsBarClose: IconButton(defaultIconButton) {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
||||
icon: boxTitleCloseIcon;
|
||||
iconOver: boxTitleCloseIconOver;
|
||||
iconPosition: point(12px, -1px);
|
||||
|
||||
rippleAreaPosition: point(0px, 4px);
|
||||
rippleAreaSize: 40px;
|
||||
ripple: RippleAnimation(defaultRippleAnimation) {
|
||||
color: windowBgOver;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user