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 @@ -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 @@ -39,10 +43,6 @@ class Content
true
);
$this->gtk->set_margin_end(
$this->_margin
);
// Init label
$this->data = new Data(
$this

Loading…
Cancel
Save