Skip to content

Commit

Permalink
slightly smaller font #623
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Mar 11, 2021
1 parent f34e740 commit d04f900
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/menu_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import (
"github.com/wailsapp/wails/v2/pkg/menu/keys"
)

const defaultMenuFontSize = 14
// defaultMenuFontSize is the default font-size to use
// for menus.
const defaultMenuFontSize = 13

// MenuParser translates xbar items into Wails menu items.
type MenuParser struct{}
Expand Down

0 comments on commit d04f900

Please sign in to comment.