Show
Ignore:
Timestamp:
03/14/08 06:00:41 (9 months ago)
Author:
flynd
Message:

Use actual frame width instead of guessed constant when setting size for tree list.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/widgets/treepager.cpp

    r5892 r6094  
    6565  myTreeList->expandItem(item); 
    6666  myTreeList->resizeColumnToContents(0); 
    67   myTreeList->setFixedWidth(myTreeList->columnWidth(0) + 5); 
     67  myTreeList->setFixedWidth(myTreeList->columnWidth(0) + myTreeList->frameWidth() * 2); 
    6868 
    6969  myPageStack->addWidget(page);