Skip to content

Commit

Permalink
Mac: Fix size of delete button in PageSizeForm
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Aug 12, 2024
1 parent 9c3e95d commit 69ae69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NAPS2.Lib/EtoForms/Ui/PageSizeForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected override void BuildLayout()
C.Label(UiStrings.NameOptional),
L.Row(
_name.Scale().NaturalWidth(250).AlignCenter(),
C.Button(DeletePageSizeCommand, ButtonImagePosition.Overlay).AlignCenter()
C.Button(DeletePageSizeCommand, ButtonImagePosition.Overlay).AlignCenter().Width(30)
),
C.Spacer(),
C.Label(UiStrings.Dimensions),
Expand Down

0 comments on commit 69ae69d

Please sign in to comment.