Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Jan 7, 2024
1 parent 36e57d6 commit 4550004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cryptomaterial/segmented_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (sc *SegmentedControl) layoutContent(body layout.Widget) layout.Widget {
return dims
}),
layout.Flexed(1, func(gtx layout.Context) layout.Dimensions {
// 600px use to fill height for swip action
// 600px use to fill height for swipe action
return layout.Spacer{Height: values.MarginPadding600}.Layout(gtx)
}),
)
Expand Down

0 comments on commit 4550004

Please sign in to comment.