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 2f84a87 commit ac63aaaCopy full SHA for ac63aaa
src/Application.vala
@@ -41,7 +41,7 @@ public class Harvey : Gtk.Application {
41
app_window.move (window_x, window_y);
42
}
43
44
- app_window.show ();
+ app_window.show_all ();
45
46
var quit_action = new SimpleAction ("quit", null);
47
src/MainWindow.vala
@@ -129,7 +129,6 @@ public class MainWindow : Gtk.Window {
129
add (grid);
130
get_style_context ().add_class ("rounded");
131
set_titlebar (header_grid);
132
- show_all ();
133
134
fg_entry.icon_press.connect ((pos, event) => {
135
if (pos == Gtk.EntryIconPosition.SECONDARY) {
0 commit comments