diff --git a/src/qtdesktop/SpinBox.qml b/src/qtdesktop/SpinBox.qml
index 1656e53e06fd212f5a3d0a2135607560f09ed92d..0b0efd89af20a469c4c3f533e929c45fe5acb388 100644
--- a/src/qtdesktop/SpinBox.qml
+++ b/src/qtdesktop/SpinBox.qml
@@ -51,9 +51,6 @@ import "Styles/Settings.js" as Settings
 FocusScope {
     id: spinbox
 
-    property int minimumWidth: 0
-    property int minimumHeight: 0
-
     /*!
         The value of this SpinBox, clamped to \l minimumValue and \l maximumValue.
     */