summaryrefslogtreecommitdiff
path: root/src/controls/Calendar.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-06-06 23:55:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-10 13:50:58 +0200
commit1d87aeefac8ea8a4572fa186a82477bd84d67a3f (patch)
treea207e4a56015c720176f193fc414c59365851b74 /src/controls/Calendar.qml
parent84937934fcc235ba9212ad9847a64f3268c427d3 (diff)
downloadqtquickcontrols-1d87aeefac8ea8a4572fa186a82477bd84d67a3f.tar.gz
Calendar: respect style provided size
Task-number: QTBUG-39473 Change-Id: Ic0f874a6015b13b4833c6e1d6441c54d9533e2da Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/controls/Calendar.qml')
-rw-r--r--src/controls/Calendar.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/controls/Calendar.qml b/src/controls/Calendar.qml
index 5b56dc76..11b20b37 100644
--- a/src/controls/Calendar.qml
+++ b/src/controls/Calendar.qml
@@ -74,9 +74,6 @@ import QtQuick.Controls.Private 1.0
Control {
id: calendar
- implicitWidth: 250
- implicitHeight: 250
-
/*!
\qmlproperty date Calendar::selectedDate