Skip to content

Commit

Permalink
fix: fix icons size and scale
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Oct 14, 2023
1 parent 41de1e2 commit edc5d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ fun emptyImage(width: Int, height: Int): Image {
return Image(
width, height, DataRef.allocateNative(width * height * 4)
)
}
}

0 comments on commit edc5d61

Please sign in to comment.