This commit is contained in:
Liang Ding 2014-12-14 17:43:46 +08:00
parent efcbeb5b1a
commit 9178591046
1 changed files with 2 additions and 2 deletions

View File

@ -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.