move checkbox to bottom

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2097 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-20 17:37:01 +00:00
parent bad2b7a9f6
commit b8450774f5

View File

@ -598,13 +598,6 @@ p, li { white-space: pre-wrap; }
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1">
<widget class="QCheckBox" name="hide_unconnected">
<property name="text">
<string>hide unconnected</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -680,6 +673,13 @@ background: white;}</string>
</column> </column>
</widget> </widget>
</item> </item>
<item row="2" column="0">
<widget class="QCheckBox" name="hide_unconnected">
<property name="text">
<string>hide unconnected</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="layoutWidget"> <widget class="QWidget" name="layoutWidget">