search: change anchor declaration

This commit is contained in:
end-4
2025-05-27 11:23:50 +02:00
parent a759ec4e1c
commit d4e8ca51a4
3 changed files with 5 additions and 10 deletions
@@ -65,8 +65,6 @@ RippleButton {
property int buttonVerticalPadding: 5
property bool keyboardDown: false
anchors.left: parent?.left
anchors.right: parent?.right
implicitHeight: rowLayout.implicitHeight + root.buttonVerticalPadding * 2
implicitWidth: rowLayout.implicitWidth + root.buttonHorizontalPadding * 2
buttonRadius: Appearance.rounding.normal