From a71a4a66ce8b7ec8ac638c185a0e05a9c07e5d35 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 6 Jul 2024 22:24:04 +0300 Subject: [PATCH] group margin elements --- src/Entity/Browser/Container/Tab/Page/Content.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Entity/Browser/Container/Tab/Page/Content.php b/src/Entity/Browser/Container/Tab/Page/Content.php index f6ff4015..c299a2b9 100644 --- a/src/Entity/Browser/Container/Tab/Page/Content.php +++ b/src/Entity/Browser/Container/Tab/Page/Content.php @@ -31,6 +31,10 @@ class Content $this->_margin ); + $this->gtk->set_margin_end( + $this->_margin + ); + $this->gtk->set_propagate_natural_height( true ); @@ -39,10 +43,6 @@ class Content true ); - $this->gtk->set_margin_end( - $this->_margin - ); - // Init label $this->data = new Data( $this