mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Rename Dialogs::Layout to Dialogs::Ui.
This commit is contained in:
@@ -97,12 +97,12 @@ void HistoryDownButton::paintEvent(QPaintEvent *e) {
|
||||
if (_unreadCount > 0) {
|
||||
auto unreadString = QString::number(_unreadCount);
|
||||
|
||||
Dialogs::Layout::UnreadBadgeStyle st;
|
||||
Dialogs::Ui::UnreadBadgeStyle st;
|
||||
st.align = style::al_center;
|
||||
st.font = st::historyToDownBadgeFont;
|
||||
st.size = st::historyToDownBadgeSize;
|
||||
st.sizeId = Dialogs::Layout::UnreadBadgeInHistoryToDown;
|
||||
Dialogs::Layout::paintUnreadCount(p, unreadString, width(), 0, st, nullptr, 4);
|
||||
st.sizeId = Dialogs::Ui::UnreadBadgeInHistoryToDown;
|
||||
Dialogs::Ui::paintUnreadCount(p, unreadString, width(), 0, st, nullptr, 4);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user