Skip to content

Commit

Permalink
Update AuctionElement.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Su386yt committed Jul 4, 2024
1 parent 62cc281 commit a0eaea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class AuctionElement(
this.heightConstraint = heightConstraint
val boxHeight = heightConstraint * 2 / 3.0f
val boxY = 0
box.setWidth(boxHeight.pixels).setHeight(boxHeight.pixels)
box.setWidth(boxHeight).setHeight(boxHeight)
box.setY(boxY.pixels)


Expand Down

0 comments on commit a0eaea3

Please sign in to comment.