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