svn commit: samba r21304 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse: .

derrell at samba.org derrell at samba.org
Tue Feb 13 03:49:42 GMT 2007


Author: derrell
Date: 2007-02-13 03:49:42 +0000 (Tue, 13 Feb 2007)
New Revision: 21304

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21304

Log:

- 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".)

Modified:
   branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js


Changeset:
Modified: branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js
===================================================================
--- branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js	2007-02-12 23:16:02 UTC (rev 21303)
+++ branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js	2007-02-13 03:49:42 UTC (rev 21304)
@@ -330,7 +330,7 @@
   tree.set({
              backgroundColor: 255,
              border : qx.renderer.border.BorderPresets.getInstance().thinInset,
-             overflow: "auto",
+             overflow: "hidden",
              width: "100%",
              height: "1*",
              alwaysShowOpenCloseSymbol: true



More information about the samba-cvs mailing list