diff --git a/retroshare-qml-app/src/components/ButtonText.qml b/retroshare-qml-app/src/components/ButtonText.qml index 7355a1704..839bb9e12 100644 --- a/retroshare-qml-app/src/components/ButtonText.qml +++ b/retroshare-qml-app/src/components/ButtonText.qml @@ -20,7 +20,7 @@ Item property int borderRadius property int innerMargin: 10 - height: 50 + height: innerText.height + innerMargin + innerMargin width: innerText.width + innerMargin + innerMargin scale: state === "Pressed" ? 0.96 : 1.0