Browse Source

add missed line separator

PHP-GTK3
yggverse 3 months ago
parent
commit
36c778ff41
  1. 1
      src/Entity/Browser/Container/Tab/Page/Content.php

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

@ -34,6 +34,7 @@ class Content @@ -34,6 +34,7 @@ class Content
$this->gtk->set_propagate_natural_height(
true
);
$this->gtk->set_propagate_natural_width(
true
);

Loading…
Cancel
Save