Skip to content

Commit

Permalink
1.0.8 - final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains committed Jun 5, 2017
1 parent 89d66de commit 2bac08b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

2 changes: 1 addition & 1 deletion src/Widgets/SourceView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ namespace Notejot.Widgets {

is_modified = false;
buffer.changed.connect (on_text_modified);
buffer.set_highlight_matching_brackets (false);

this.set_wrap_mode (Gtk.WrapMode.WORD_CHAR);
this.margin = 1;
this.left_margin = 12;
this.top_margin = 12;
this.right_margin = 12;
this.expand = false;
this.set_highlight_matching_brackets (false);
}

public void on_text_modified () {
Expand Down

0 comments on commit 2bac08b

Please sign in to comment.