From 2f3e2bb987459ddde9d2b7b4aeffdd5d655797e3 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Mon, 20 Jan 2020 22:26:27 +0300 Subject: [PATCH] Server: Change columns sizes --- Server/copter_table_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/copter_table_models.py b/Server/copter_table_models.py index 8f8ba84..17dd975 100644 --- a/Server/copter_table_models.py +++ b/Server/copter_table_models.py @@ -313,7 +313,7 @@ class CopterDataModel(QtCore.QAbstractTableModel): super(CopterDataModel, self).__init__(parent) # self.headers = list(columns_names.values()) # todo self.headers = (' copter ID ', ' version ', ' animation ID ', ' battery ', ' fcu_status ', ' sensors ', - ' mode ', ' checks ', ' current x y z yaw frame_id ', ' start x y z ', ' task ', ' dt ') + ' mode ', ' checks ', ' current x y z yaw frame_id ', ' start x y z ', ' task ', ' dt ') self.data_contents = [] self.checks = checks