From e703a47ec9b2d5d2f0ed06ca2ffc25d45ca3bf0e Mon Sep 17 00:00:00 2001 From: Angel <roangel@student.ethz.ch> Date: Tue, 26 Sep 2017 18:03:30 +0200 Subject: [PATCH] added small changes GUI --- .../d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui | 12 ++++++++++++ .../d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro.user | 2 +- 2 files changed, 13 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 454375c1..57f6f428 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 @@ -584,6 +584,12 @@ </item> <item row="2" column="1"> <widget class="QLineEdit" name="current_y_2"> + <property name="sizePolicy"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="readOnly"> <bool>true</bool> </property> @@ -744,6 +750,12 @@ </item> <item row="2" column="2"> <widget class="QLineEdit" name="diff_y_2"> + <property name="sizePolicy"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="readOnly"> <bool>true</bool> </property> diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro.user b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro.user index 198a893d..3b9189a5 100644 --- a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro.user +++ b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/studentGUI.pro.user @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE QtCreatorProject> -<!-- Written by QtCreator 3.5.1, 2017-09-26T11:37:55. --> +<!-- Written by QtCreator 3.5.1, 2017-09-26T18:03:04. --> <qtcreator> <data> <variable>EnvironmentId</variable> -- GitLab