aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/ToolButton.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-01-12 14:23:21 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-01-12 13:52:22 +0000
commitfbf32d3aff38a63f826d5be0f61ae83307e47df3 (patch)
treec0017dd2caf4748011f80b0b5fb7aabd35906e99 /src/imports/controls/ToolButton.qml
parent8cb94306f90df532076ab8e8deb09c627128e5af (diff)
Increase ToolBar & ToolButton height
Change-Id: I3c0385bc9a53083bb01b59e5d47635a28b706d75 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/ToolButton.qml')
-rw-r--r--src/imports/controls/ToolButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/controls/ToolButton.qml b/src/imports/controls/ToolButton.qml
index d2b948da..314ce966 100644
--- a/src/imports/controls/ToolButton.qml
+++ b/src/imports/controls/ToolButton.qml
@@ -66,8 +66,8 @@ T.ToolButton {
//! [background]
background: Rectangle {
- implicitWidth: 26
- implicitHeight: 26
+ implicitWidth: 40
+ implicitHeight: 40
color: Qt.darker("#33333333", control.enabled && (control.checked || control.highlighted) ? 1.5 : 1.0)
opacity: control.pressed ? 1.0 : control.enabled && (control.checked || control.highlighted) ? 0.5 : 0