[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2053: Fix a couple unnecessarily wide Help buttons on the server b (in trunk: . src/gui/config)
Author: edmanm
Date: 2007-10-20 21:02:34 -0400 (Sat, 20 Oct 2007)
New Revision: 2053
Modified:
trunk/
trunk/src/gui/config/serverpage.ui
Log:
r2164@lysithea: edmanm | 2007-10-20 21:02:06 -0400
Fix a couple unnecessarily wide Help buttons on the server bandwidth and exit
policy tabs to be square.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2164] on dc66be73-d13e-47ba-a267-8dc7cda68c65
Modified: trunk/src/gui/config/serverpage.ui
===================================================================
--- trunk/src/gui/config/serverpage.ui 2007-10-21 01:02:28 UTC (rev 2052)
+++ trunk/src/gui/config/serverpage.ui 2007-10-21 01:02:34 UTC (rev 2053)
@@ -422,6 +422,26 @@
</item>
<item>
<widget class="QPushButton" name="btnRateHelp" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>1</hsizetype>
+ <vsizetype>1</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>32</width>
+ <height>32</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>32</width>
+ <height>32</height>
+ </size>
+ </property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
@@ -810,6 +830,26 @@
</property>
<item>
<widget class="QPushButton" name="btnExitHelp" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>1</hsizetype>
+ <vsizetype>1</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>32</width>
+ <height>32</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>32</width>
+ <height>32</height>
+ </size>
+ </property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>