From 36c778ff41d0b450a6ac6eb0d97fee1ff428bdfb Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 6 Jul 2024 19:22:17 +0300 Subject: [PATCH] add missed line separator --- src/Entity/Browser/Container/Tab/Page/Content.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Entity/Browser/Container/Tab/Page/Content.php b/src/Entity/Browser/Container/Tab/Page/Content.php index 88f74c92..f6ff4015 100644 --- a/src/Entity/Browser/Container/Tab/Page/Content.php +++ b/src/Entity/Browser/Container/Tab/Page/Content.php @@ -34,6 +34,7 @@ class Content $this->gtk->set_propagate_natural_height( true ); + $this->gtk->set_propagate_natural_width( true );