summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-05-26 09:20:30 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-27 02:44:23 +0200
commitd2410a5ba10df46f7c2ba66db63815ede0ef2320 (patch)
tree7caef6098e1920964fa7246192a29ee2d8c3f3a5 /examples
parentd264a67d992d6fb0db7326ac6f5f073706d31e8d (diff)
downloadqtquickcontrols-d2410a5ba10df46f7c2ba66db63815ede0ef2320.tar.gz
Style polish
Adding the right margin of TableView and adding some extra margins makes the example look a bit more polished Change-Id: If969230fe2e1068a42f92708df311550f88fb060 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/controls/gallery/content/ModelView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/gallery/content/ModelView.qml b/examples/quick/controls/gallery/content/ModelView.qml
index 237604e5..e6a6040f 100644
--- a/examples/quick/controls/gallery/content/ModelView.qml
+++ b/examples/quick/controls/gallery/content/ModelView.qml
@@ -51,7 +51,7 @@ Item {
width: 600
height: 300
anchors.fill: parent
- anchors.margins: Qt.platform.os === "mac" ? 12 : 0
+ anchors.margins: Qt.platform.os === "mac" ? 12 : 6
// XmlListModel {
// id: flickerModel