From cc3add596c5654cec1f3b0b96bbab1fd3b7be85d Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Tue, 13 Feb 2007 03:49:42 +0000 Subject: r21304: - Get rid of the extra set of scroll bars in the tree. The tree never grows or needs scroll bars; rather, it's internal areas within the tree widget that provide the scroll bars. (The next version of TreeVirtual will prevent setting overflow to anything other than "hidden".) (This used to be commit 2dc07486405967dfa74fc6f4a6586fb9da8e5ed7) --- webapps/swat/source/class/swat/module/ldbbrowse/Gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js b/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js index f9e4bf7783..a9db18b712 100644 --- a/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js +++ b/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js @@ -330,7 +330,7 @@ qx.Proto._buildPageBrowse = function(module, page) tree.set({ backgroundColor: 255, border : qx.renderer.border.BorderPresets.getInstance().thinInset, - overflow: "auto", + overflow: "hidden", width: "100%", height: "1*", alwaysShowOpenCloseSymbol: true -- cgit