Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Alzén <[email protected]>
  • Loading branch information
andydotxyz and Jacalz authored Mar 26, 2024
1 parent c9c8b92 commit 7c3e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialog/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (u unpad) Layout(objs []fyne.CanvasObject, s fyne.Size) {
pad := theme.Padding()
var pos fyne.Position
if u.top {
pos = fyne.NewPos(0, -pad)
pos.Y = -pad
}
size := s
if u.top {
Expand Down

0 comments on commit 7c3e79d

Please sign in to comment.