summaryrefslogtreecommitdiff
path: root/webapps/swat
diff options
context:
space:
mode:
Diffstat (limited to 'webapps/swat')
-rw-r--r--webapps/swat/source/class/swat/module/ldbbrowse/Gui.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js b/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js
index 884b0fb154..f9e4bf7783 100644
--- a/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js
+++ b/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js
@@ -339,12 +339,6 @@ qx.Proto._buildPageBrowse = function(module, page)
// We've only got one column, so we don't need cell focus indication.
tree.setCellFocusAttributes({ backgroundColor : "transparent" });
- // This needs to become automatic!
- tree.setColumnWidth(0, 200);
-
- // We only have one column. We don't need the column visibility button
- tree.setColumnVisibilityButtonVisible(false);
-
// Get the data model
var dataModel = tree.getDataModel();