Skip to content

Commit

Permalink
add missing Since line
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored May 2, 2024
1 parent 6b87ba0 commit abb3f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layout/custompaddedlayout.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ var _ fyne.Layout = (*CustomPaddedLayout)(nil)

// CustomPaddedLayout is a layout similar to PaddedLayout, but uses
// custom values for padding on each side, rather than the theme padding value.
//
// Since: 2.5
type CustomPaddedLayout struct {
TopPadding float32
BottomPadding float32
Expand Down

0 comments on commit abb3f90

Please sign in to comment.