diff --git a/retroshare-qml-app/src/components/ButtonText.qml b/retroshare-qml-app/src/components/ButtonText.qml index 1adb4033e..89655f7df 100644 --- a/retroshare-qml-app/src/components/ButtonText.qml +++ b/retroshare-qml-app/src/components/ButtonText.qml @@ -20,6 +20,9 @@ Item property int borderRadius property int innerMargin: 10 + height: 50 + width: innerText.width + innerMargin + innerMargin + scale: state === "Pressed" ? 0.96 : 1.0 onEnabledChanged: state = "" signal clicked