Skip to content

Commit

Permalink
Revert the default font size to 13px to match Preview 1 release (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram authored and kevcunnane committed Dec 15, 2016
1 parent 84009e8 commit d54d21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ See [customize options] and [manage connection profiles] for more details.
"mssql.intelliSense.enableQuickInfo": true,
"mssql.intelliSense.lowerCaseSuggestions": false,
"mssql.resultsFontFamily": "-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,Ubuntu,Droid Sans,sans-serif",
"mssql.resultsFontSize": 12
"mssql.resultsFontSize": 13
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"mssql.resultsFontSize": {
"type": "number",
"description": "Set the font size for the results grid; set to blank to use the editor size",
"default": 12
"default": 13
},
"mssql.saveAsCsv": {
"type": "object",
Expand Down

0 comments on commit d54d21d

Please sign in to comment.