diff --git a/src/Entity/Browser/Header/Tray.php b/src/Entity/Browser/Header/Tray.php index c5c5c8bc..edb51ba4 100644 --- a/src/Entity/Browser/Header/Tray.php +++ b/src/Entity/Browser/Header/Tray.php @@ -37,6 +37,14 @@ class Tray \GtkOrientation::HORIZONTAL ); + $this->gtk->set_margin_start( + $this->_margin / 2 + ); + + $this->gtk->set_margin_end( + $this->_margin / 2 + ); + $this->gtk->set_spacing( $this->_margin );