Skip to content

TagManagerPage.qml: Fix overlapping of Tags with Edit and Delete button

Use wrapMode to Prevent overlapping of Edited Tag with Edit and Delete buttons.

Creating a new Tag has a limit of 50 characters, while editing a tag User may exceed the limit and this overlaps with 'Edit' and 'Delete' buttons.Use wrapMode: Text.WrapAtWordBoundaryOrAnywhere to prevent ovelapping as well as to avoid breaking of words while wrapping. Before and After Images are attached.

defaultWindow_ManageTags_beforeChanges default_ManageTagsWindow_afterChanges

Merge request reports