mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:57:13 +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>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<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>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QScrollArea" name="messagesScrollArea">
|
<widget class="QScrollArea" name="messagesScrollArea">
|
||||||
|
|
Loading…
Reference in a new issue