diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2015-06-04 00:49:55 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-03 21:48:19 -0700 |
commit | 4805f3c995829db20043d53b301cdbf62617ca98 (patch) | |
tree | b339b8aceeb408f38e487580827fc57fa00efc51 /qt-ui | |
parent | d29d2a43ecc681025b64192a5acf042fdc17e9fc (diff) | |
download | subsurface-4805f3c995829db20043d53b301cdbf62617ca98.tar.gz |
Set the MessageBox stretching rules.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/locationInformation.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/qt-ui/locationInformation.ui b/qt-ui/locationInformation.ui index 5c69351ac..8b7992439 100644 --- a/qt-ui/locationInformation.ui +++ b/qt-ui/locationInformation.ui @@ -18,7 +18,14 @@ </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="2"> - <widget class="KMessageWidget" name="diveSiteMessage" native="true"/> + <widget class="KMessageWidget" name="diveSiteMessage" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label"> |