mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
fix content position
This commit is contained in:
parent
a81dbafa10
commit
b2e7d0217f
2 changed files with 5 additions and 10 deletions
|
|
@ -52,8 +52,11 @@ class Page
|
|||
$this
|
||||
);
|
||||
|
||||
$this->gtk->add(
|
||||
$this->content->gtk
|
||||
$this->gtk->pack_start(
|
||||
$this->content->gtk,
|
||||
true,
|
||||
true,
|
||||
0
|
||||
);
|
||||
|
||||
// Init response bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue