https://bugzilla.novell.com/show_bug.cgi?id=734763 https://bugzilla.novell.com/show_bug.cgi?id=734763#c2 Frank Schäfer <schaefer.frank@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |schaefer.frank@gmx.net InfoProvider|schaefer.frank@gmx.net | --- Comment #2 from Frank Schäfer <schaefer.frank@gmx.net> 2012-01-18 19:17:30 UTC --- Try to change YQPkgList::resizeEvent(QResizeEvent *event) in YQPkgList.cc to YQPkgList::resizeEvent(QResizeEvent *event) { if (event->size().width() != event->oldSize().width()) optimizeColumnWidths(); /* NOTE: avoids column width optimization when the size changes because the horizontal scroll bar appeares/disappeares */ event->accept(); } Completely untested ! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.