mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 05:44:44 +02:00
Moved user names in the char 1 pixel to the bottom.
This commit is contained in:
parent
3c8aa90ae0
commit
65f912249d
1 changed files with 4 additions and 1 deletions
|
@ -191,7 +191,10 @@ void ChatWindow::participantsChanged() {
|
|||
userLabel->setStyleSheet("background-color: palette(light);"
|
||||
"border-radius: 5px;"
|
||||
"color: #267077;"
|
||||
"padding: 2px;"
|
||||
"padding-top: 3px;"
|
||||
"padding-right: 2px;"
|
||||
"padding-bottom: 2px;"
|
||||
"padding-left: 2px;"
|
||||
"border: 1px solid palette(shadow);"
|
||||
"font-weight: bold");
|
||||
ui->usersWidget->layout()->addWidget(userLabel);
|
||||
|
|
Loading…
Reference in a new issue