[PC-BSD Commits] r7933 - pcbsd/current/src-qt4/pc-servicemanager
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 28 09:50:21 PDT 2010
Author: kris
Date: 2010-10-28 09:50:21 -0700 (Thu, 28 Oct 2010)
New Revision: 7933
Modified:
pcbsd/current/src-qt4/pc-servicemanager/servicemanager.ui
Log:
Shrink minimum size for service manager, display within 800x600 properly
Modified: pcbsd/current/src-qt4/pc-servicemanager/servicemanager.ui
===================================================================
--- pcbsd/current/src-qt4/pc-servicemanager/servicemanager.ui 2010-10-28 14:25:47 UTC (rev 7932)
+++ pcbsd/current/src-qt4/pc-servicemanager/servicemanager.ui 2010-10-28 16:50:21 UTC (rev 7933)
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>708</width>
- <height>424</height>
+ <width>578</width>
+ <height>410</height>
</rect>
</property>
<property name="windowTitle">
@@ -30,7 +30,7 @@
<string>The following services are setup on this system. You may enable / disable them below.</string>
</property>
<property name="wordWrap">
- <bool>false</bool>
+ <bool>true</bool>
</property>
</widget>
</item>
More information about the Commits
mailing list