summaryrefslogtreecommitdiff
path: root/webapps
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2007-02-13 03:49:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:07 -0500
commitcc3add596c5654cec1f3b0b96bbab1fd3b7be85d (patch)
tree63a5a42a7f0581dbb69a33f69d31e444cc701ada /webapps
parent2acd8a9b3e1bd3885c5865e4b44ac3b4d92655d3 (diff)
downloadsamba-cc3add596c5654cec1f3b0b96bbab1fd3b7be85d.tar.gz
samba-cc3add596c5654cec1f3b0b96bbab1fd3b7be85d.tar.bz2
samba-cc3add596c5654cec1f3b0b96bbab1fd3b7be85d.zip
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)
Diffstat (limited to 'webapps')
-rw-r--r--webapps/swat/source/class/swat/module/ldbbrowse/Gui.js2
1 files changed, 1 insertions, 1 deletions
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