From c4c32097d493affa1f492dacabb338e191edc462 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Sat, 31 Oct 2020 17:36:49 +0100 Subject: [PATCH] better widget --- core/tmtc_frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tmtc_frontend.py b/core/tmtc_frontend.py index 663f738..c92c76f 100644 --- a/core/tmtc_frontend.py +++ b/core/tmtc_frontend.py @@ -191,7 +191,7 @@ class TmTcFrontend: row += 1 # com if configuration - grid.addWidget(QLabel("COM IF:"), row, 0, 1, 1) + grid.addWidget(QLabel("Communication Interface:"), row, 0, 1, 1) com_if_comboBox = QComboBox() # add all possible ComIFs to the comboBox for comIf in obsw_config.ComInterfaces: -- GitLab