KDE/kdevplatform/plugins/quickopen
Andreas Pakulat
apaku at gmx.de
Thu Mar 19 13:00:03 UTC 2009
On 19.03.09 01:18:53, Aleix Pol Gonzalez wrote:
> SVN commit 941183 by apol:
>
> Set a proper dialog size so that we can see a full path without the need of a horizontal scroll.
>
>
> M +1 -0 quickopenplugin.cpp
>
>
> --- trunk/KDE/kdevplatform/plugins/quickopen/quickopenplugin.cpp #941182:941183
> @@ -180,6 +180,7 @@
>
> QuickOpenWidgetHandler::QuickOpenWidgetHandler( QString title, QuickOpenModel* model, const QStringList& initialItems, const QStringList& initialScopes, bool listOnly, bool noSearchField ) : m_model(model), m_expandedTemporary(false) {
> m_dialog = new KDialog( ICore::self()->uiController()->activeMainWindow() );
> + m_dialog->setInitialSize(QSize(800, 400));
Can someone with some insight into the expandingtree widget please fix that
one up so it provides a proper sizeHint? This change is nothing but a
workaround for a bug in expandingtree, which simply has a far too small
sizehint.
Andreas
--
Give him an evasive answer.
More information about the KDevelop-devel
mailing list