Align buttons

This commit is contained in:
Nicolas Fella 2018-11-02 15:38:52 +01:00
parent eaea0ab667
commit e0766ba532

View file

@ -277,16 +277,19 @@ PlasmaComponents.ListItem
}
// Commands
PlasmaComponents.ListItem {
RowLayout {
visible: rc.available
width: parent.width
PlasmaComponents.Label {
text: i18n("Run command:")
Layout.fillWidth: true
}
PlasmaComponents.Button
{
id: addCommandButton
iconSource: "list-add"
anchors.right: parent.right
tooltip: i18n("Add command")
onClicked: rc.plugin.editCommands()
}