Skip to content

Commit

Permalink
Removed ruler from LogViewer. Fixes #302 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Jun 16, 2016
1 parent a5cbfb2 commit f95125a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/visualizers/widgets/LogViewer/LogViewerWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ define([
this.readOnly = true;
TextEditorWidget.apply(this, arguments);
this.editor.setTheme('ace/theme/twilight');
this.editor.setShowPrintMargin(false);
};

_.extend(LogViewerWidget.prototype, TextEditorWidget.prototype);
Expand Down

0 comments on commit f95125a

Please sign in to comment.