mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 15:57:08 -05:00
moved auto-ban checkbox to a better position
This commit is contained in:
parent
aaf13eb4dd
commit
d1645e97bd
@ -278,7 +278,7 @@
|
|||||||
<string>Reputation</string>
|
<string>Reputation</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textAlignment">
|
<property name="textAlignment">
|
||||||
<set>AlignLeft|AlignVCenter</set>
|
<set>AlignLeading|AlignVCenter</set>
|
||||||
</property>
|
</property>
|
||||||
</column>
|
</column>
|
||||||
</widget>
|
</widget>
|
||||||
@ -534,13 +534,6 @@
|
|||||||
<string>Reputation</string>
|
<string>Reputation</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="reputationGroupBoxVLayout">
|
<layout class="QVBoxLayout" name="reputationGroupBoxVLayout">
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="autoBanIdentities_CB">
|
|
||||||
<property name="text">
|
|
||||||
<string>Auto-Ban all identities from this node</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<layout class="QGridLayout" name="reputationGLayout">
|
<layout class="QGridLayout" name="reputationGLayout">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
@ -638,6 +631,13 @@ p, li { white-space: pre-wrap; }
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="0" column="1">
|
||||||
|
<widget class="QCheckBox" name="autoBanIdentities_CB">
|
||||||
|
<property name="text">
|
||||||
|
<string>Auto-Ban all identities from this node</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user