add horizontal margin

This commit is contained in:
yggverse 2024-07-20 18:01:20 +03:00
parent fe5f59ad4a
commit 751a316bd5

View file

@ -37,6 +37,14 @@ class Tray
\GtkOrientation::HORIZONTAL \GtkOrientation::HORIZONTAL
); );
$this->gtk->set_margin_start(
$this->_margin / 2
);
$this->gtk->set_margin_end(
$this->_margin / 2
);
$this->gtk->set_spacing( $this->gtk->set_spacing(
$this->_margin $this->_margin
); );