Moved user names in the char 1 pixel to the bottom.

This commit is contained in:
Dimitar Dobrev 2014-03-17 14:52:56 +02:00
parent 3c8aa90ae0
commit 65f912249d

View file

@ -191,7 +191,10 @@ void ChatWindow::participantsChanged() {
userLabel->setStyleSheet("background-color: palette(light);" userLabel->setStyleSheet("background-color: palette(light);"
"border-radius: 5px;" "border-radius: 5px;"
"color: #267077;" "color: #267077;"
"padding: 2px;" "padding-top: 3px;"
"padding-right: 2px;"
"padding-bottom: 2px;"
"padding-left: 2px;"
"border: 1px solid palette(shadow);" "border: 1px solid palette(shadow);"
"font-weight: bold"); "font-weight: bold");
ui->usersWidget->layout()->addWidget(userLabel); ui->usersWidget->layout()->addWidget(userLabel);