mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Improve premium / emoji status badge styles.
This commit is contained in:
@@ -156,7 +156,10 @@ ComposedBadge::ComposedBadge(
|
||||
buttonSize.width() - st.padding.right() - finalTextRight,
|
||||
buttonSize.height());
|
||||
|
||||
_badge.move(0, 0, buttonSize.height());
|
||||
_badge.move(
|
||||
0,
|
||||
st.padding.top(),
|
||||
buttonSize.height() - st.padding.top());
|
||||
if (_unread) {
|
||||
_unread->moveToRight(
|
||||
0,
|
||||
|
Reference in New Issue
Block a user