From ef0c9ac74cced4ca3bb7845302d023766981de15 Mon Sep 17 00:00:00 2001
From: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Date: Thu, 4 Jun 2015 00:49:55 -0300
Subject: [PATCH 25/25] Set the MessageBox stretching rules.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
---
 qt-ui/locationInformation.ui | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/qt-ui/locationInformation.ui b/qt-ui/locationInformation.ui
index 5c69351..8b79924 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">
-- 
2.3.2 (Apple Git-55)

