Improved UI proportions

This commit is contained in:
Pierre HUBERT 2019-01-15 10:21:08 +01:00
parent 222ed61c8a
commit 518721981d

View File

@ -21,6 +21,12 @@
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QScrollArea" name="conversationsListArea"> <widget class="QScrollArea" name="conversationsListArea">
<property name="maximumSize">
<size>
<width>300</width>
<height>16777215</height>
</size>
</property>
<property name="widgetResizable"> <property name="widgetResizable">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -29,7 +35,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>772</width> <width>298</width>
<height>536</height> <height>536</height>
</rect> </rect>
</property> </property>
@ -37,7 +43,21 @@
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="conversationsContainerLayout"/> <layout class="QHBoxLayout" name="conversationsContainerLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item> </item>
</layout> </layout>
</widget> </widget>