From 314ba53f671622c193ff141d087429df6c310fa0 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 28 Aug 2013 14:12:28 +0200 Subject: [PATCH] adapt to api change --- .../desktop/contents/configuration/MouseEventInputButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/qmlpackages/desktop/contents/configuration/MouseEventInputButton.qml b/src/shell/qmlpackages/desktop/contents/configuration/MouseEventInputButton.qml index 27cf1abbf..61b5c019c 100644 --- a/src/shell/qmlpackages/desktop/contents/configuration/MouseEventInputButton.qml +++ b/src/shell/qmlpackages/desktop/contents/configuration/MouseEventInputButton.qml @@ -29,7 +29,7 @@ QtControls.Button { checkable: true property string eventString - implicitWidth: theme.defaultFont.mSize.width * 15 + implicitWidth: theme.mSize(theme.defaultFont).width * 15 Layout.minimumWidth: implicitWidth Layout.maximumWidth: implicitWidth