Skip to content

Commit

Permalink
adjust spacing for multihyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Nov 3, 2023
1 parent a5c2bca commit 618da02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/widgets/multihyperlink.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (c *MultiHyperlink) layoutObjects() {
obj = c.content.Objects[2*i-1]
ms := obj.MinSize()
obj.Resize(ms)
obj.Move(fyne.NewPos(x-ms.Width+c.getSeparatorWidth()+1, 0)) // this is really ugly
obj.Move(fyne.NewPos(x-ms.Width+c.getSeparatorWidth()+4, 0)) // this is really ugly
x -= theme.Padding() * 2
}
// move and resize text object
Expand Down

0 comments on commit 618da02

Please sign in to comment.