r21304: - Get rid of the extra set of scroll bars in the tree. The tree never grows
authorDerrell Lipman <derrell@samba.org>
Tue, 13 Feb 2007 03:49:42 +0000 (03:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:07 +0000 (14:48 -0500)
  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

index f9e4bf7783c55cc2b0bdbe9c986fc96c9234fb1d..a9db18b712639cea5be9b0f19c15944502b59ba9 100644 (file)
@@ -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