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.
2 parents 6e7ffd2 + 1f4675f commit deecf80Copy full SHA for deecf80
src/Widgets/NewNotebookDialog.vala
@@ -32,6 +32,7 @@ public class ENotes.NotebookDialog : Gtk.Dialog {
32
33
public NotebookDialog (Notebook? notebook = null) {
34
this.notebook = notebook;
35
+ set_transient_for (window);
36
build_ui ();
37
connect_signals ();
38
src/Widgets/PreferencesDialog.vala
@@ -33,6 +33,7 @@ public class ENotes.PreferencesDialog : Gtk.Dialog {
private Gtk.Switch keep_sidebar_switch;
public PreferencesDialog () {
39
}
0 commit comments