[PC-BSD Commits] r458 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Thu Jul 12 11:29:44 PDT 2007
Author: kris
Date: 2007-07-12 19:29:44 +0100 (Thu, 12 Jul 2007)
New Revision: 458
Modified:
pcbsd/trunk/PCInstall/pcinstall.ui
Log:
Changed font-sizes for components list boxes, should fit better now
Modified: pcbsd/trunk/PCInstall/pcinstall.ui
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.ui 2007-07-12 18:24:59 UTC (rev 457)
+++ pcbsd/trunk/PCInstall/pcinstall.ui 2007-07-12 18:29:44 UTC (rev 458)
@@ -5055,32 +5055,6 @@
<string>Selected Components</string>
</property>
</widget>
- <widget class="QListBox">
- <property name="name">
- <cstring>listAvailComponents</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>50</y>
- <width>260</width>
- <height>290</height>
- </rect>
- </property>
- </widget>
- <widget class="QListBox">
- <property name="name">
- <cstring>listSelectedComponents</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>50</y>
- <width>260</width>
- <height>290</height>
- </rect>
- </property>
- </widget>
<widget class="QPushButton">
<property name="name">
<cstring>pushAddComponent</cstring>
@@ -5138,6 +5112,42 @@
<string>Available Components</string>
</property>
</widget>
+ <widget class="QListBox">
+ <property name="name">
+ <cstring>listAvailComponents</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>50</y>
+ <width>260</width>
+ <height>290</height>
+ </rect>
+ </property>
+ <property name="font">
+ <font>
+ <pointsize>9</pointsize>
+ </font>
+ </property>
+ </widget>
+ <widget class="QListBox">
+ <property name="name">
+ <cstring>listSelectedComponents</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>330</x>
+ <y>50</y>
+ <width>260</width>
+ <height>290</height>
+ </rect>
+ </property>
+ <property name="font">
+ <font>
+ <pointsize>9</pointsize>
+ </font>
+ </property>
+ </widget>
</widget>
</widget>
<widget class="QWidget">
More information about the Commits
mailing list