[Cmake-commits] [cmake-commits] clinton committed QCMakeCacheView.cxx 1.37 1.38
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jun 30 14:29:10 EDT 2008
Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv2854
Modified Files:
QCMakeCacheView.cxx
Log Message:
BUG: Fix column widths on some systems.
Index: QCMakeCacheView.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/QCMakeCacheView.cxx,v
retrieving revision 1.37
retrieving revision 1.38
diff -C 2 -d -r1.37 -r1.38
*** QCMakeCacheView.cxx 24 Jun 2008 04:00:42 -0000 1.37
--- QCMakeCacheView.cxx 30 Jun 2008 18:29:08 -0000 1.38
***************
*** 152,156 ****
bool QCMakeCacheView::event(QEvent* e)
{
! if(e->type() == QEvent::Resize)
{
this->header()->setDefaultSectionSize(this->viewport()->width()/2);
--- 152,156 ----
bool QCMakeCacheView::event(QEvent* e)
{
! if(e->type() == QEvent::Show)
{
this->header()->setDefaultSectionSize(this->viewport()->width()/2);
More information about the Cmake-commits
mailing list