Skip to content

Commit

Permalink
Add a missing Since: line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Apr 30, 2024
1 parent f815323 commit 418cfb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layout/edge.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (

// NewEdge creates a new edge layout instance with top, bottom, left, right
// and center objects set.
//
// Since: 2.5
func NewEdge(top, bottom, left, right, center fyne.CanvasObject) fyne.Layout {
return edgeLayout{top: top, bottom: bottom, left: left, right: right, center: center}
}
Expand Down

0 comments on commit 418cfb3

Please sign in to comment.