From 4c2be78f584e466d3fe951816bc5bf3fcc8e579f Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Thu, 20 Dec 2018 10:46:39 -0700 Subject: [PATCH] Resolve TODO --- src/window.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.vala b/src/window.vala index 3fe6b66..58fb7ad 100644 --- a/src/window.vala +++ b/src/window.vala @@ -239,7 +239,6 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow { Gtk.StyleContext.add_provider_for_screen(Gdk.Screen.get_default(), cur_styles, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); - // TODO: set left-margin and right-margin on the sourceview to `padding` canvas.left_margin = canvas.right_margin = (int) padding; if (save_theme) theme_save();