[PC-BSD Commits] r17983 - pcbsd/current/src-qt4/life-preserver
svn at pcbsd.org
svn at pcbsd.org
Sat Jul 28 08:22:55 PDT 2012
Author: kris
Date: 2012-07-28 15:22:55 +0000 (Sat, 28 Jul 2012)
New Revision: 17983
Modified:
pcbsd/current/src-qt4/life-preserver/lifePreserverWelcome.ui
Log:
Fix the welcome UI to not get truncated
Modified: pcbsd/current/src-qt4/life-preserver/lifePreserverWelcome.ui
===================================================================
--- pcbsd/current/src-qt4/life-preserver/lifePreserverWelcome.ui 2012-07-28 14:02:51 UTC (rev 17982)
+++ pcbsd/current/src-qt4/life-preserver/lifePreserverWelcome.ui 2012-07-28 15:22:55 UTC (rev 17983)
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>399</width>
- <height>201</height>
+ <width>411</width>
+ <height>242</height>
</rect>
</property>
<property name="windowTitle">
@@ -20,6 +20,12 @@
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
More information about the Commits
mailing list