Skip to content

Commit

Permalink
Update BookEditScreenMixin.java
Browse files Browse the repository at this point in the history
Fix width
  • Loading branch information
Paddyk45 authored Apr 1, 2023
1 parent c311b7f commit 9ea6662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private void onInit(CallbackInfo info) {
}
})
.position(4, 4 + 20 + 2)
.size(4, 4 + 20 + 2)
.size(120, 4 + 20 + 2)
.build()
);
}
Expand Down

0 comments on commit 9ea6662

Please sign in to comment.