mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-22 02:07:24 +00:00
Fix alignment of custom verification.
This commit is contained in:
parent
a28ca46460
commit
61bdbdb5d6
@ -446,6 +446,9 @@ infoPeerBadge: InfoPeerBadge {
|
||||
position: infoVerifiedCheckPosition;
|
||||
sizeTag: 0; // Normal
|
||||
}
|
||||
infoBotVerifyBadge: InfoPeerBadge(infoPeerBadge) {
|
||||
position: point(-2px, 2px);
|
||||
}
|
||||
|
||||
infoIconFg: windowBoldFg;
|
||||
|
||||
|
@ -593,7 +593,7 @@ Cover::Cover(
|
||||
, _botVerify(
|
||||
std::make_unique<Badge>(
|
||||
this,
|
||||
st::infoPeerBadge,
|
||||
st::infoBotVerifyBadge,
|
||||
&peer->session(),
|
||||
BotVerifyBadgeForPeer(peer),
|
||||
nullptr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user