Skip to content

Commit 5e0e00e

Browse files
committed
Revert "fix(window): auto shrink gtk4 windows"
This reverts commit 173e35f.
1 parent 173e35f commit 5e0e00e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/astal/gtk4/src/widget/window.vala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ public class Astal.Window : Gtk.Window {
7171
// It won't show up later either when it size changes by adding children.
7272
height_request = 1;
7373
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;
7974
check("initialize layer shell");
8075
}
8176

0 commit comments

Comments
 (0)