From 5deb291eef78d216d945b087df8e4323de339b7c Mon Sep 17 00:00:00 2001
From: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Date: Fri, 29 May 2015 21:07:06 -0300
Subject: [PATCH 1/7] Fix border glow on OSX

The border was just too small for the glow.

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

diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index 43c30d2..f5d942a 100644
--- a/qt-ui/maintab.ui
+++ b/qt-ui/maintab.ui
@@ -55,8 +55,8 @@
         <rect>
          <x>0</x>
          <y>0</y>
-         <width>445</width>
-         <height>760</height>
+         <width>447</width>
+         <height>766</height>
         </rect>
        </property>
        <layout class="QVBoxLayout" name="verticalLayout_3">
@@ -74,9 +74,15 @@
         </property>
         <item>
          <layout class="QGridLayout" name="gridLayout">
-          <property name="horizontalSpacing">
+          <property name="leftMargin">
+           <number>5</number>
+          </property>
+          <property name="rightMargin">
            <number>5</number>
           </property>
+          <property name="horizontalSpacing">
+           <number>8</number>
+          </property>
           <property name="verticalSpacing">
            <number>0</number>
           </property>
@@ -202,6 +208,12 @@
         </item>
         <item>
          <layout class="QGridLayout" name="gridLayout_4">
+          <property name="leftMargin">
+           <number>5</number>
+          </property>
+          <property name="rightMargin">
+           <number>5</number>
+          </property>
           <property name="horizontalSpacing">
            <number>5</number>
           </property>
@@ -246,6 +258,12 @@
         </item>
         <item>
          <layout class="QGridLayout" name="gridLayout_3" columnstretch="0,0,1">
+          <property name="leftMargin">
+           <number>5</number>
+          </property>
+          <property name="rightMargin">
+           <number>5</number>
+          </property>
           <property name="horizontalSpacing">
            <number>5</number>
           </property>
@@ -514,8 +532,8 @@
         <rect>
          <x>0</x>
          <y>0</y>
-         <width>100</width>
-         <height>30</height>
+         <width>447</width>
+         <height>756</height>
         </rect>
        </property>
        <layout class="QGridLayout" name="equipmentTabScrollAreaLayout">
@@ -609,8 +627,8 @@
         <rect>
          <x>0</x>
          <y>0</y>
-         <width>286</width>
-         <height>300</height>
+         <width>447</width>
+         <height>756</height>
         </rect>
        </property>
        <layout class="QGridLayout" name="diveInfoScrollAreaLayout">
@@ -950,8 +968,8 @@
         <rect>
          <x>0</x>
          <y>0</y>
-         <width>297</width>
-         <height>177</height>
+         <width>447</width>
+         <height>756</height>
         </rect>
        </property>
        <layout class="QHBoxLayout" name="horizontalLayout">
-- 
2.3.2 (Apple Git-55)

