group margin elements

This commit is contained in:
yggverse 2024-07-06 22:24:04 +03:00
parent 36c778ff41
commit a71a4a66ce

View file

@ -31,6 +31,10 @@ class Content
$this->_margin $this->_margin
); );
$this->gtk->set_margin_end(
$this->_margin
);
$this->gtk->set_propagate_natural_height( $this->gtk->set_propagate_natural_height(
true true
); );
@ -39,10 +43,6 @@ class Content
true true
); );
$this->gtk->set_margin_end(
$this->_margin
);
// Init label // Init label
$this->data = new Data( $this->data = new Data(
$this $this