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 91b3862 commit f9cc25eCopy full SHA for f9cc25e
src/MainWindow.vala
@@ -78,9 +78,9 @@ namespace jorts {
78
private const GLib.ActionEntry[] action_entries = {
79
{ ACTION_NEW, action_new },
80
{ ACTION_DELETE, action_delete },
81
- { ACTION_ZOOM_DEFAULT, action_zoom_default }
82
- { ACTION_ZOOM_IN, zoom_in }
83
- { ACTION_ZOOM_OUT, zoom_out }
+ { ACTION_ZOOM_DEFAULT, action_zoom_default },
+ { ACTION_ZOOM_IN, zoom_in },
+ { ACTION_ZOOM_OUT, zoom_out },
84
};
85
86
// Init or something
0 commit comments