adapt to api change
This commit is contained in:
parent
86a2847c84
commit
314ba53f67
@ -29,7 +29,7 @@ QtControls.Button {
|
|||||||
checkable: true
|
checkable: true
|
||||||
property string eventString
|
property string eventString
|
||||||
|
|
||||||
implicitWidth: theme.defaultFont.mSize.width * 15
|
implicitWidth: theme.mSize(theme.defaultFont).width * 15
|
||||||
Layout.minimumWidth: implicitWidth
|
Layout.minimumWidth: implicitWidth
|
||||||
Layout.maximumWidth: implicitWidth
|
Layout.maximumWidth: implicitWidth
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user