[PC-BSD Commits] r17669 - pcbsd/current/src-qt4/pc-usermanager
svn at pcbsd.org
svn at pcbsd.org
Fri Jul 6 09:58:28 PDT 2012
Author: kris
Date: 2012-07-06 16:58:27 +0000 (Fri, 06 Jul 2012)
New Revision: 17669
Modified:
pcbsd/current/src-qt4/pc-usermanager/SimpleDlg.ui
Log:
Fix the UI, set a layout making sure that some of the text doesn't get cut
off
Modified: pcbsd/current/src-qt4/pc-usermanager/SimpleDlg.ui
===================================================================
--- pcbsd/current/src-qt4/pc-usermanager/SimpleDlg.ui 2012-07-06 16:49:12 UTC (rev 17668)
+++ pcbsd/current/src-qt4/pc-usermanager/SimpleDlg.ui 2012-07-06 16:58:27 UTC (rev 17669)
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>548</width>
+ <width>615</width>
<height>172</height>
</rect>
</property>
@@ -134,7 +134,7 @@
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
- <layout class="QFormLayout" name="formLayout">
+ <layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="fullnameLbl">
<property name="sizePolicy">
More information about the Commits
mailing list