Skip to content

Commit

Permalink
clean up comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Nov 25, 2024
1 parent 4300c73 commit c88bdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/button.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func (bt *Button) Init() {
s.SetNonSelectable()
s.SetTextWrap(false)
s.FillMargin = false
s.Font.Size = bt.Styles.Font.Size // Directly inherit to override [Text.Type] based default
s.Font.Size = bt.Styles.Font.Size // Directly inherit to override the [Text.Type]-based default
})
w.Updater(func() {
if bt.Type == ButtonMenu {
Expand Down

0 comments on commit c88bdef

Please sign in to comment.