mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add horizontal margin
This commit is contained in:
parent
fe5f59ad4a
commit
751a316bd5
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue