mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
restored correct position for checkbox
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2253 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
822d25b294
commit
c4af6f2dea
@ -598,10 +598,17 @@ p, li { white-space: pre-wrap; }
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QCheckBox" name="hide_unconnected">
|
||||
<property name="text">
|
||||
<string>hide unconnected</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<item row="3" column="0">
|
||||
<widget class="QTreeWidget" name="peertreeWidget">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
|
||||
@ -673,13 +680,6 @@ background: white;}</string>
|
||||
</column>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="hide_unconnected">
|
||||
<property name="text">
|
||||
<string>hide unconnected</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="layoutWidget">
|
||||
|
Loading…
Reference in New Issue
Block a user