Explorar el Código

added view for EASA Part FCL suggested logbook layout

fiffty-50 hace 4 años
padre
commit
317f56ba2f
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/gui/widgets/logbookwidget.cpp

+ 0 - 2
src/gui/widgets/logbookwidget.cpp

@@ -215,9 +215,7 @@ void LogbookWidget::easaView()
     view->setColumnWidth(20,60);
     view->setColumnWidth(21,120);
 
-
     view->show();
-
     connect(ui->tableView->selectionModel(),
             SIGNAL(selectionChanged(const QItemSelection &, const QItemSelection &)),
             SLOT(tableView_selectionChanged(const QItemSelection &, const QItemSelection &)));