Added a default Top Margin for the ListWidget,for better look and feel to stay on same line

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7531 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-09-13 13:50:42 +00:00
parent c2c305ab24
commit ab1b930852

View file

@ -14,7 +14,7 @@
<string notr="true">MainWindow</string> <string notr="true">MainWindow</string>
</property> </property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout_2">
<property name="margin"> <property name="margin">
<number>0</number> <number>0</number>
</property> </property>
@ -23,9 +23,12 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="handleWidth"> <widget class="QWidget" name="gridLayoutWidget">
<number>2</number> <layout class="QGridLayout" name="gridLayout">
<property name="topMargin">
<number>9</number>
</property> </property>
<item row="0" column="0">
<widget class="QListWidget" name="listWidget"> <widget class="QListWidget" name="listWidget">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
@ -82,6 +85,9 @@
<number>-1</number> <number>-1</number>
</property> </property>
</widget> </widget>
</item>
</layout>
</widget>
<widget class="MainPageStack" name="stackPages" native="true"/> <widget class="MainPageStack" name="stackPages" native="true"/>
</widget> </widget>
</item> </item>