From 4292664bded7a0ab809190b8065656d3491a69fc Mon Sep 17 00:00:00 2001 From: beuchatp <beuchatp@control.ee.ethz.ch> Date: Wed, 30 Jan 2019 13:36:15 +0100 Subject: [PATCH] Change student GUI tab field to Courier font --- .../flyingAgentGUI/forms/studentcontrollertab.ui | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/forms/studentcontrollertab.ui b/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/forms/studentcontrollertab.ui index 86fa1a9e..98d17bfe 100644 --- a/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/forms/studentcontrollertab.ui +++ b/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/forms/studentcontrollertab.ui @@ -1131,6 +1131,11 @@ <height>60</height> </size> </property> + <property name="font"> + <font> + <family>Courier</family> + </font> + </property> </widget> </item> <item> @@ -1189,6 +1194,11 @@ <height>60</height> </size> </property> + <property name="font"> + <font> + <family>Courier</family> + </font> + </property> </widget> </item> <item> @@ -1247,6 +1257,11 @@ <height>60</height> </size> </property> + <property name="font"> + <font> + <family>Courier</family> + </font> + </property> </widget> </item> <item> -- GitLab