Remove unused id

This commit is contained in:
Casper Lamboo 2022-03-07 10:43:46 +01:00 committed by GitHub
parent cbbe961a44
commit 58ca09e1c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ Button
background: Rectangle
{
id: backgroundRectanglewide_margin
height: button.height
width: button.width
color: button.hovered ? UM.Theme.getColor("background_2"): UM.Theme.getColor("background_1")