https://bugzilla.novell.com/show_bug.cgi?id=450280 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450280#c8 --- Comment #8 from Stefan Hundhammer <sh@novell.com> 2008-12-02 09:37:20 MST --- Hm... svn diff -r 53739:53806 http://svn.opensuse.org/svn/yast/trunk/qt-pkg Index: VERSION.cmake =================================================================== --- VERSION.cmake (Revision 53739) +++ VERSION.cmake (Revision 53806) @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "17") -SET(VERSION_PATCH "21") +SET(VERSION_PATCH "22") Index: src/YQPkgRepoList.cc =================================================================== --- src/YQPkgRepoList.cc (Revision 53739) +++ src/YQPkgRepoList.cc (Revision 53806) @@ -20,6 +20,7 @@ #include <algorithm> #include <QDateTime> +#include <QHeaderView> #define YUILogComponent "qt-pkg" #include "YUILog.h" @@ -51,9 +52,10 @@ // Column headers for repository list headers << _( "Name"); _nameCol = numCol++; - //headers << _( "URL"); _urlCol = numCol++; + // headers << _( "URL"); _urlCol = numCol++; - setHeaderLabels(headers); + setHeaderLabels( headers ); + header()->setResizeMode( _nameCol, QHeaderView::ResizeToContents ); //setAllColumnsShowFocus( true ); setSelectionMode( QAbstractItemView::ExtendedSelection ); // allow multi-selection with Ctrl-mouse Index: package/yast2-qt-pkg.changes =================================================================== --- package/yast2-qt-pkg.changes (Revision 53739) +++ package/yast2-qt-pkg.changes (Revision 53806) @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Dec 2 14:06:07 CET 2008 - sh@suse.de + +- Fixed bnc #450280: Text cut off in repository list +- V 2.17.22 + +------------------------------------------------------------------- Fri Nov 28 17:10:23 CET 2008 - dmacvicar@suse.de - fix displaying of automatic changes confirmations and -- 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.