From 98c0054504bb4062f1249de4bb74bcfb40717f14 Mon Sep 17 00:00:00 2001
From: Kristoffer Richardsson <kristoffer@bitcraze.io>
Date: Fri, 12 Apr 2019 12:41:50 +0200
Subject: [PATCH] Adjusted size of coordinate boxes in the Qualisys tab. Closes
 #370

---
 src/cfclient/ui/tabs/qualisysTab.ui | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/src/cfclient/ui/tabs/qualisysTab.ui b/src/cfclient/ui/tabs/qualisysTab.ui
index 3568726..73d76c1 100644
--- a/src/cfclient/ui/tabs/qualisysTab.ui
+++ b/src/cfclient/ui/tabs/qualisysTab.ui
@@ -639,14 +639,14 @@
            </property>
            <property name="minimumSize">
             <size>
-             <width>170</width>
-             <height>135</height>
+             <width>210</width>
+             <height>170</height>
             </size>
            </property>
            <property name="maximumSize">
             <size>
-             <width>170</width>
-             <height>135</height>
+             <width>210</width>
+             <height>170</height>
             </size>
            </property>
            <property name="title">
@@ -712,6 +712,12 @@
             </item>
             <item row="1" column="1">
              <widget class="QLineEdit" name="qualisysX">
+              <property name="minimumSize">
+               <size>
+                <width>0</width>
+                <height>0</height>
+               </size>
+              </property>
               <property name="maximumSize">
                <size>
                 <width>50</width>
@@ -804,14 +810,14 @@
            </property>
            <property name="minimumSize">
             <size>
-             <width>170</width>
-             <height>135</height>
+             <width>210</width>
+             <height>170</height>
             </size>
            </property>
            <property name="maximumSize">
             <size>
-             <width>170</width>
-             <height>135</height>
+             <width>210</width>
+             <height>170</height>
             </size>
            </property>
            <property name="title">
-- 
GitLab