summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/TODO4
-rw-r--r--noncore/apps/oxygen/dataTable.cpp4
2 files changed, 3 insertions, 5 deletions
diff --git a/noncore/apps/oxygen/TODO b/noncore/apps/oxygen/TODO
index c81fc26..32acfcd 100644
--- a/noncore/apps/oxygen/TODO
+++ b/noncore/apps/oxygen/TODO
@@ -5,12 +5,10 @@ small things:
* Elementar symbols should be small enough to fit the boxes
(font problem?)
-
big things:
* backport the conversions from Kalzium (http://edu.kde.org/kalzium)
* backport more dataset from Kalzium
-* make the colors confiurable
-* graphical analysation (KalziumGraph.cpp/h)
+* make the colors configurable
* make elements sortable by their attributes (e.g. density)
* graph of attribute (e.g. ionisationenergie) vs atomnumber?
diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp
index 82b425e..16aa462 100644
--- a/noncore/apps/oxygen/dataTable.cpp
+++ b/noncore/apps/oxygen/dataTable.cpp
@@ -90,8 +90,8 @@ void OxydataWidget::setLayout()
// DataTable->setColumnWidth ( 0 , this->width()/2 );
// DataTable->setColumnWidth ( 1 , this->width()/2 );
- DataTable->setColumnWidth ( 0 , 110 );
- DataTable->setColumnWidth ( 1 , 110 );
+//X DataTable->setColumnWidth ( 0 , 110 );
+//X DataTable->setColumnWidth ( 1 , 110 );
}
OxydataTable::OxydataTable(int numRows, int numCols, QWidget *parent,