From f358d397c6c3a73c5ba45d2378d78c771f41ed7f Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn <frederik.gladhorn@digia.com> Date: Wed, 23 Jan 2013 20:37:54 +0100 Subject: [PATCH] Remove min/maxWidth from SpinBox Change-Id: Ia10b7da56d8224cbbb3c30714d54b0bb5af570eb Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> --- src/qtdesktop/SpinBox.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qtdesktop/SpinBox.qml b/src/qtdesktop/SpinBox.qml index 1656e53e0..0b0efd89a 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. */ -- GitLab