D21415: Fix the alignment of the label of the toolbutton

Filip Fila noreply at phabricator.kde.org
Sat Jun 1 23:04:15 BST 2019


filipf accepted this revision.
filipf added a comment.
This revision is now accepted and ready to land.


  This is indeed not working as in PC2 so the change seems to be OK.
  
  I used the following code to test in qmlscene
  
    import QtQuick 2.12
    import org.kde.plasma.components 3.0 as PlasmaComponents
    
    Rectangle {
        width: 50
        height: childrenRect.height
        color: "black"
    
        PlasmaComponents.ToolButton {
            text: "1"
            width: parent.width
        }
    }

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D21415

To: dkardarakos, #plasma, #vdg, filipf
Cc: filipf, ngraham, kde-frameworks-devel, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190601/1ebd5553/attachment.html>


More information about the Kde-frameworks-devel mailing list