Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8400 from MiguelCastillo/themes-lineheight
Browse files Browse the repository at this point in the history
[Themes] Changed default line height to 1.25
  • Loading branch information
dangoor committed Jul 15, 2014
2 parents 99a6c4c + 2a9425d commit c569f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/ThemeSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ define(function (require, exports, module) {
*/
var defaults = {
"fontSize": 12,
"lineHeight": 1.4,
"lineHeight": 1.25,
"fontFamily": "'SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace",
"customScrollbars": true,
"themes": ["thor-light-theme"]
Expand Down

0 comments on commit c569f83

Please sign in to comment.