InlineButton: fix warning and set font

This commit is contained in:
selsta
2019-04-23 23:21:47 +02:00
parent 358e1d23fa
commit 04d0b14152
2 changed files with 1 additions and 2 deletions

View File

@@ -201,7 +201,6 @@ ColumnLayout {
visible: (inlineButtonId.text || inlineButtonId.icon) && inlineButtonVisible ? true : false
anchors.right: parent.right
anchors.rightMargin: 8 * scaleRatio
anchors.verticalCenter: parent.verticalCenter
}
}
}