There was a spelling mistake on pageConnection dicovery instead of discovery and pageShares had some sizing problems which cut out some text, fixed by Jarrah

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2560 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-03-16 11:18:17 +00:00
parent 0f5ceb388b
commit 8071f0d055

View File

@ -10,7 +10,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>445</width> <width>445</width>
<height>357</height> <height>370</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
@ -21,8 +21,8 @@
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>445</width> <width>457</width>
<height>357</height> <height>370</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -161,7 +161,7 @@ p, li { white-space: pre-wrap; }
<string notr="true"/> <string notr="true"/>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="pageWelcome"> <widget class="QWidget" name="pageWelcome">
<property name="styleSheet"> <property name="styleSheet">
@ -432,7 +432,7 @@ p, li { white-space: pre-wrap; }
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_6"> <widget class="QLabel" name="label_6">
<property name="text"> <property name="text">
<string>Dicovery :</string> <string>Discovery :</string>
</property> </property>
</widget> </widget>
</item> </item>