Skip to content

Commit 636e687

Browse files
committed
Resolve TODO
1 parent f15445b commit 636e687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/window.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
234234
Gtk.StyleContext.add_provider_for_screen(Gdk.Screen.get_default(),
235235
cur_styles, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
236236

237-
// TODO: set left-margin and right-margin on the sourceview to `padding`
238237
canvas.left_margin = canvas.right_margin = (int) padding;
239238

240239
if (save_theme) theme_save();

0 commit comments

Comments
 (0)