mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 03:11:37 +02:00
Add right margin to user list area in chat
This commit is contained in:
parent
7a25d0661f
commit
3ee613b9d5
1 changed files with 7 additions and 1 deletions
|
@ -128,7 +128,13 @@ QPushButton:pressed {
|
|||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QWidget" name="usersWidget" native="true"/>
|
||||
<widget class="QWidget" name="usersWidget" native="true">
|
||||
<property name="styleSheet">
|
||||
<string notr="true">#usersWidget {
|
||||
margin-right: 20px;
|
||||
}</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QScrollArea" name="messagesScrollArea">
|
||||
|
|
Loading…
Reference in a new issue