Browse Source

group margin elements

PHP-GTK3
yggverse 4 months ago
parent
commit
a71a4a66ce
  1. 8
      src/Entity/Browser/Container/Tab/Page/Content.php

8
src/Entity/Browser/Container/Tab/Page/Content.php

@ -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

Loading…
Cancel
Save