diff options
| author | Peter Penz <[email protected]> | 2012-04-18 01:14:41 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-18 01:15:49 +0200 |
| commit | 7afd2f0ae10f1af594cb83f2ff34161baccf67cc (patch) | |
| tree | 5fd89d5777a378fd0a001159984f134d12e69081 /src/kitemviews/private/kitemlistroleeditor.h | |
| parent | beeb9078f543af84e6364f1f5fe214453388f1b9 (diff) | |
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
Diffstat (limited to 'src/kitemviews/private/kitemlistroleeditor.h')
| -rw-r--r-- | src/kitemviews/private/kitemlistroleeditor.h | 5 |
1 files changed, 2 insertions, 3 deletions
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(); |
