Skip to content

Commit

Permalink
Merge pull request #2 from WilliamZhangWH/main
Browse files Browse the repository at this point in the history
Fixed bug: Medium sized widget calculation is wrong
  • Loading branch information
kakaiikaka committed Jan 18, 2023
2 parents b4feea8 + 9aa61d3 commit 9618650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Translucent/Translucent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class Wallpaper: NSObject {
crop_w = phone.medium
crop_h = phone.small
crop_x = phone.left
crop_y = phone.medium
crop_y = phone.middle

case .mediumBottom:
crop_w = phone.medium
Expand Down

0 comments on commit 9618650

Please sign in to comment.