mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
bad2b7a9f6
commit
b8450774f5
@ -598,13 +598,6 @@ 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>
|
||||
@ -680,6 +673,13 @@ 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