mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 09:05:06 +02:00
removed 6 underscore requires
This commit is contained in:
parent
b5cf7f9343
commit
93d9ac693f
11 changed files with 48 additions and 31 deletions
|
@ -113,7 +113,7 @@ var CommandPromptView = Backbone.View.extend({
|
|||
|
||||
// 10px for monospaced font at "1" zoom
|
||||
var zoom = require('../util/zoomLevel').detectZoom();
|
||||
var widthPerChar = 10 * zoom;
|
||||
var widthPerChar = 9.65 * zoom;
|
||||
var heightPerRow = 22 * zoom;
|
||||
|
||||
var widthOfParagraph = $(this.commandParagraph).width();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue