summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-05-28 10:19:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-29 12:36:35 +0200
commit6e62a72c72abc5ad6e241541208a36378d448853 (patch)
tree67aaf7f9ed7d941fb760b5852df1f4e5f10efb46 /examples/quick/controls
parenta48849649e9d534449f6feb685dbb708f354d270 (diff)
Improved size calculation of GroupBox
This adds some pixel tweaks on mac, adds minimum size to fit the label and fixes dpi scaling on Windows Change-Id: I4c43ba4a7815be87356336a9dafc1a217437940b Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'examples/quick/controls')
-rw-r--r--examples/quick/controls/gallery/content/Layouts.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/controls/gallery/content/Layouts.qml b/examples/quick/controls/gallery/content/Layouts.qml
index 1251947ac..ac0a53a33 100644
--- a/examples/quick/controls/gallery/content/Layouts.qml
+++ b/examples/quick/controls/gallery/content/Layouts.qml
@@ -76,7 +76,6 @@ Item {
GridLayout {
id: gridLayout
anchors.fill: parent
- anchors.margins: 4
rows: 3
flow: GridLayout.TopToBottom