Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30578/source/script/widgets
Modified Files:
Tag: renderer
QxListViewHeader.js
Log Message:
Minor move
Index: QxListViewHeader.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxListViewHeader.js,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -C2 -d -r1.1.2.16 -r1.1.2.17
*** QxListViewHeader.js 16 Jan 2006 16:11:57 -0000 1.1.2.16
--- QxListViewHeader.js 18 Jan 2006 10:00:12 -0000 1.1.2.17
***************
*** 33,36 ****
--- 33,40 ----
{
QxHorizontalBoxLayout.call(this);
+
+ // This fixes the innerWidth calculation difference between the grid(pane) and the head.
+ this.setPaddingRight(QxWidget.SCROLLBAR_SIZE);
+
// ************************************************************************
|