mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
fixed the layout Horizontal spacing in NetworkView
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3887 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1a613a2ecf
commit
6816ccca10
@ -29,6 +29,12 @@
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<layout class="QGridLayout">
|
||||
<property name="horizontalSpacing">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="verticalSpacing">
|
||||
<number>6</number>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="QPushButton" name="refreshButton">
|
||||
<property name="text">
|
||||
|
Loading…
Reference in New Issue
Block a user