[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2729: Tweak the resize policy for the control panel so the vertica (vidalia/trunk/src/vidalia)
Author: edmanm
Date: 2008-06-14 21:28:55 -0400 (Sat, 14 Jun 2008)
New Revision: 2729
Modified:
vidalia/trunk/src/vidalia/mainwindow.ui
Log:
Tweak the resize policy for the control panel so the vertical size is fixed at
minimal and sufficient, and the horizontal size is adjustable but obeys the
minimum size hint.
Modified: vidalia/trunk/src/vidalia/mainwindow.ui
===================================================================
--- vidalia/trunk/src/vidalia/mainwindow.ui 2008-06-14 23:47:49 UTC (rev 2728)
+++ vidalia/trunk/src/vidalia/mainwindow.ui 2008-06-15 01:28:55 UTC (rev 2729)
@@ -11,18 +11,12 @@
</property>
<property name="sizePolicy" >
<sizepolicy>
- <hsizetype>4</hsizetype>
- <vsizetype>4</vsizetype>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="minimumSize" >
- <size>
- <width>400</width>
- <height>355</height>
- </size>
- </property>
<property name="maximumSize" >
<size>
<width>16777215</width>