summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dedietrich@digia.com>2013-03-29 12:11:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-29 13:30:02 +0100
commit3fa4ed19cbe54d565fbe435a185d411e978e90d7 (patch)
treea276ebbf4873170fafe6061b67be0f3a623301d9 /examples
parentbb6304f4e18861a24bf7f67356b3b2c72b3c5df3 (diff)
downloadqtquickcontrols-3fa4ed19cbe54d565fbe435a185d411e978e90d7.tar.gz
Button: Remove extra margins on Mac
Ideally, we would fix that in QMacStyle, but it's too much of a change in the style right now. The values have been choosen to look good with ComboBox, which is the other button shaped control. Gallery example updated with 'right' sizes for buttons in first tab. Change-Id: I331eff4930b22cf4b42cdbd6b3191fff403ddae3 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/gallery/content/Controls.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gallery/content/Controls.qml b/examples/gallery/content/Controls.qml
index c0c1ff58..7650cab1 100644
--- a/examples/gallery/content/Controls.qml
+++ b/examples/gallery/content/Controls.qml
@@ -66,13 +66,13 @@ Item {
Button {
id: button1
text: "Button 1"
- width: 96
+ width: 97
tooltip:"This is an interesting tool tip"
}
Button {
id:button2
text:"Button 2"
- width:96
+ width:97
}
}
ComboBox {