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 173e35f commit 5e0e00eCopy full SHA for 5e0e00e
lib/astal/gtk4/src/widget/window.vala
@@ -71,11 +71,6 @@ public class Astal.Window : Gtk.Window {
71
// It won't show up later either when it size changes by adding children.
72
height_request = 1;
73
width_request = 1;
74
-
75
- // When children get redrawn with a smaller size, the window won't
76
- // shrink automatically so we set default_size to force it to.
77
- default_height = 1;
78
- default_width = 1;
79
check("initialize layer shell");
80
}
81
0 commit comments