diff --git a/conf/wide.go b/conf/wide.go index 8f0a160..7ba96b9 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -118,8 +118,8 @@ func NewUser(username, password, email, workspace string) *User { return &User{Name: username, Password: password, Email: email, Gravatar: gravatar, Workspace: workspace, Locale: Wide.Locale, GoFormat: "gofmt", FontFamily: "Helvetica", FontSize: "13px", Theme: "default", - Editor: &Editor{FontFamily: "Consolas, 'Courier New', monospace", FontSize: "inherit", Theme: "wide", - TabSize: "4"}} + Editor: &Editor{FontFamily: "Consolas, 'Courier New', monospace", FontSize: "inherit", LineHeight: "17px", + Theme: "wide", TabSize: "4"}} } // Load loads the configurations from wide.json.