From 03af77aa153b223127d04b6e0f9c859401d3ea23 Mon Sep 17 00:00:00 2001
From: Paul Beuchat <beuchatp@control.ee.ethz.ch>
Date: Wed, 18 Apr 2018 13:48:47 +0200
Subject: [PATCH] Small adjustments to Student GUI

---
 pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui
index 5c6f4956..dde9b747 100644
--- a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui
+++ b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui
@@ -44,7 +44,7 @@
       <item>
        <widget class="QGroupBox" name="groupBox">
         <property name="sizePolicy">
-         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
+         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
@@ -57,6 +57,9 @@
         <property name="title">
          <string>StudentID # connected to CF #</string>
         </property>
+        <property name="alignment">
+         <set>Qt::AlignCenter</set>
+        </property>
         <layout class="QGridLayout" name="gridLayout_2"/>
        </widget>
       </item>
-- 
GitLab