Browse Source

add horizontal margin

PHP-GTK3
yggverse 4 months ago
parent
commit
751a316bd5
  1. 8
      src/Entity/Browser/Header/Tray.php

8
src/Entity/Browser/Header/Tray.php

@ -37,6 +37,14 @@ class Tray @@ -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
);

Loading…
Cancel
Save