mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45: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->_margin
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->gtk->set_margin_end(
|
||||||
|
$this->_margin
|
||||||
|
);
|
||||||
|
|
||||||
$this->gtk->set_propagate_natural_height(
|
$this->gtk->set_propagate_natural_height(
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
@ -39,10 +43,6 @@ class Content
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->gtk->set_margin_end(
|
|
||||||
$this->_margin
|
|
||||||
);
|
|
||||||
|
|
||||||
// Init label
|
// Init label
|
||||||
$this->data = new Data(
|
$this->data = new Data(
|
||||||
$this
|
$this
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue