summaryrefslogtreecommitdiff
path: root/examples/quick/extras/gallery/qml/ControlLabel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/extras/gallery/qml/ControlLabel.qml')
-rw-r--r--examples/quick/extras/gallery/qml/ControlLabel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/extras/gallery/qml/ControlLabel.qml b/examples/quick/extras/gallery/qml/ControlLabel.qml
index 5dba9172..6fdcec11 100644
--- a/examples/quick/extras/gallery/qml/ControlLabel.qml
+++ b/examples/quick/extras/gallery/qml/ControlLabel.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtQuick.Extras 1.3
+import QtQuick.Extras 1.4
Text {
font.pixelSize: Math.max(textSingleton.font.pixelSize, Math.min(32, root.toPixels(0.045)))