mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Reduce tile count to 4
This commit is contained in:
@@ -20,7 +20,7 @@ class TextEditorPresenter
|
||||
@measuredHorizontalScrollbarHeight = horizontalScrollbarHeight
|
||||
@measuredVerticalScrollbarWidth = verticalScrollbarWidth
|
||||
@gutterWidth ?= 0
|
||||
@tileCount ?= 6
|
||||
@tileCount ?= 4
|
||||
|
||||
@disposables = new CompositeDisposable
|
||||
@emitter = new Emitter
|
||||
|
||||
Reference in New Issue
Block a user