From 7afd2f0ae10f1af594cb83f2ff34161baccf67cc Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 18 Apr 2012 01:14:41 +0200 Subject: Inline renaming fixes - Increase the editor-height in the icons-view if required - Don't try to react on resizings of the parent, just finish the renaming --- src/kitemviews/private/kitemlistroleeditor.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/kitemviews/private/kitemlistroleeditor.h') diff --git a/src/kitemviews/private/kitemlistroleeditor.h b/src/kitemviews/private/kitemlistroleeditor.h index 8a1439565..652bd904c 100644 --- a/src/kitemviews/private/kitemlistroleeditor.h +++ b/src/kitemviews/private/kitemlistroleeditor.h @@ -31,8 +31,7 @@ * pressing Escape or when losing the focus) or when the editing * got finished (e.g. by pressing Enter or Return). * - * The width automatically gets increased if the text does not - * fit into the available width. + * The size automatically gets increased if the text does not fit. */ class LIBDOLPHINPRIVATE_EXPORT KItemListRoleEditor : public KTextEdit { @@ -60,7 +59,7 @@ protected: private slots: /** - * Increases the width of the editor in case if there is not + * Increases the size of the editor in case if there is not * enough room for the text. */ void autoAdjustSize(); -- cgit v1.3.1