mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Move some chat styles from basic.style to chat.style.
This commit is contained in:
@@ -488,7 +488,7 @@ void MainMenu::moveBadge() {
|
||||
_badge->move(
|
||||
left,
|
||||
st::mainMenuCoverNameTop,
|
||||
st::mainMenuCoverNameTop + st::msgNameStyle.font->height);
|
||||
st::mainMenuCoverNameTop + st::semiboldFont->height);
|
||||
}
|
||||
|
||||
void MainMenu::setupArchive() {
|
||||
@@ -830,7 +830,7 @@ void MainMenu::paintEvent(QPaintEvent *e) {
|
||||
if (_nameVersion < user->nameVersion()) {
|
||||
_nameVersion = user->nameVersion();
|
||||
_name.setText(
|
||||
st::msgNameStyle,
|
||||
st::semiboldTextStyle,
|
||||
user->name(),
|
||||
Ui::NameTextOptions());
|
||||
moveBadge();
|
||||
|
Reference in New Issue
Block a user