1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

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)
This commit is contained in:
Derrell Lipman 2007-02-13 03:49:42 +00:00 committed by Gerald (Jerry) Carter
parent 2acd8a9b3e
commit cc3add596c

View 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