From eeea9662b7963c6cbecdcc03ef650c4b6b860640 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 8 Jun 2008 13:10:14 +0000 Subject: * use a default size where the height of the line editor is not too small * remember the size set by the user CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=818381 --- src/tagcloud/newtagdialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tagcloud/newtagdialog.h') diff --git a/src/tagcloud/newtagdialog.h b/src/tagcloud/newtagdialog.h index c3f6ff017..b11cd1611 100644 --- a/src/tagcloud/newtagdialog.h +++ b/src/tagcloud/newtagdialog.h @@ -33,6 +33,8 @@ class NewTagDialog : public KDialog, public Ui_NewTagDialog public: ~NewTagDialog(); + virtual QSize sizeHint() const; + static Nepomuk::Tag createTag( QWidget* parent = 0 ); private Q_SLOTS: -- cgit v1.3