mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
group margin elements
This commit is contained in:
parent
36c778ff41
commit
a71a4a66ce
1 changed files with 4 additions and 4 deletions
|
|
@ -31,6 +31,10 @@ class Content
|
|||
$this->_margin
|
||||
);
|
||||
|
||||
$this->gtk->set_margin_end(
|
||||
$this->_margin
|
||||
);
|
||||
|
||||
$this->gtk->set_propagate_natural_height(
|
||||
true
|
||||
);
|
||||
|
|
@ -39,10 +43,6 @@ class Content
|
|||
true
|
||||
);
|
||||
|
||||
$this->gtk->set_margin_end(
|
||||
$this->_margin
|
||||
);
|
||||
|
||||
// Init label
|
||||
$this->data = new Data(
|
||||
$this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue