[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2052: Fix a label in the server bandwidth settings tab so that it (in trunk: . src/gui/config)
Author: edmanm
Date: 2007-10-20 21:02:28 -0400 (Sat, 20 Oct 2007)
New Revision: 2052
Modified:
trunk/
trunk/src/gui/config/serverpage.ui
Log:
r2163@lysithea: edmanm | 2007-10-20 20:54:09 -0400
Fix a label in the server bandwidth settings tab so that it expands for long
translated text.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2163] on dc66be73-d13e-47ba-a267-8dc7cda68c65
Modified: trunk/src/gui/config/serverpage.ui
===================================================================
--- trunk/src/gui/config/serverpage.ui 2007-10-21 01:02:20 UTC (rev 2051)
+++ trunk/src/gui/config/serverpage.ui 2007-10-21 01:02:28 UTC (rev 2052)
@@ -337,22 +337,22 @@
<widget class="QLabel" name="label" >
<property name="sizePolicy" >
<sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
- <width>390</width>
- <height>41</height>
+ <width>0</width>
+ <height>0</height>
</size>
</property>
<property name="maximumSize" >
<size>
- <width>390</width>
- <height>41</height>
+ <width>16777215</width>
+ <height>16777215</height>
</size>
</property>
<property name="contextMenuPolicy" >