https://bugs.kde.org/show_bug.cgi?id=385794

            Bug ID: 385794
           Summary: ActionItem.qml Label is wider than Button outline
           Product: Plasma Vault
           Version: unspecified
          Platform: Neon Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: ivan.cu...@kde.org
          Reporter: zrenf...@gmail.com
  Target Milestone: ---

Created attachment 108366
  --> https://bugs.kde.org/attachment.cgi?id=108366&action=edit
screenshot

This is caused by the following bit. It shifts the actionText right but is
still the same width as the parent.

    PlasmaComponents.Label {
        id: actionText

        anchors {
            left: actionIcon.right
            ...
        }
        width: parent.width
        ...
    }

Fix: anchors.right: parent.right
Optional: Refactor so the ActionItems aren't a "center column" and extend the
ListView all the way to the right edge of VaultItem.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to