diff --git a/plugins/Marketplace/resources/qml/Plugins.qml b/plugins/Marketplace/resources/qml/Plugins.qml index a613ac9d4f..dca1b8762b 100644 --- a/plugins/Marketplace/resources/qml/Plugins.qml +++ b/plugins/Marketplace/resources/qml/Plugins.qml @@ -33,7 +33,7 @@ ScrollView { anchors.verticalCenter: parent.verticalCenter anchors.left: parent.left - anchors.leftMargin: (parent.height - height) / 2 + anchors.leftMargin: Math.round((parent.height - height) / 2) text: model.package.displayName font: UM.Theme.getFont("medium_bold")