Resolve TODO

This commit is contained in:
Cassidy James Blaede 2018-12-20 10:46:39 -07:00 committed by Matt Baer
parent d10d4081a2
commit 4c2be78f58

View File

@ -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();