Bug 383737 - Adaptive width of text fields
Summary: Adaptive width of text fields
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: Master
Platform: Neon Linux
: NOR wishlist
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-20 07:17 UTC by Alexander Mentyu
Modified: 2022-09-10 12:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
multiple-collumns-text-is-not-fully-fit (65.27 KB, image/png)
2017-08-20 07:17 UTC, Alexander Mentyu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Mentyu 2017-08-20 07:17:45 UTC
Created attachment 107389 [details]
multiple-collumns-text-is-not-fully-fit

For example - 'Multiple Columns' text is not fully fit in it's text field in 'Multiple Columns' section.

It would be nice if text field will change it's width (to certain point) upon entering of text in it.
Comment 1 Matej Starc 2022-09-10 12:10:57 UTC
I think this can be considered resolved. We now have TextArea which works.
Comment 2 Matej Starc 2022-09-10 12:15:37 UTC
(In reply to Matej Starc from comment #1)
> I think this can be considered resolved. We now have TextArea which works.

Also, that text input element was meant for one line only.(In reply to Matej Starc from comment #1)
> I think this can be considered resolved. We now have TextArea which works.

TextField Qt doc (short description):
- Qt5: "Displays a single line of editable plain text"
- Qt6: "Single-line text input field"