We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15445b commit 636e687Copy full SHA for 636e687
src/window.vala
@@ -234,7 +234,6 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
234
Gtk.StyleContext.add_provider_for_screen(Gdk.Screen.get_default(),
235
cur_styles, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
236
237
- // TODO: set left-margin and right-margin on the sourceview to `padding`
238
canvas.left_margin = canvas.right_margin = (int) padding;
239
240
if (save_theme) theme_save();
0 commit comments