summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/dataTable.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/dataTable.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp
index 45c2ffd..e027c16 100644
--- a/noncore/apps/oxygen/dataTable.cpp
+++ b/noncore/apps/oxygen/dataTable.cpp
@@ -45,4 +45,4 @@ OxydataWidget::OxydataWidget(QWidget *parent) : QWidget(parent)
DataTable = new OxydataTable( 9,2, this );
- DataTable->setColumnWidth ( 1 , 118 );
- DataTable->setColumnWidth ( 0 , 118 );
+// DataTable->setColumnWidth ( 1 , 118 );
+// DataTable->setColumnWidth ( 0 , 118 );
setTable();