mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
fix content position
This commit is contained in:
parent
a81dbafa10
commit
b2e7d0217f
@ -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
|
||||
|
@ -41,14 +41,6 @@ class Content
|
||||
$this->_margin
|
||||
);
|
||||
|
||||
$this->gtk->set_propagate_natural_height( // instead of pack to parent
|
||||
true
|
||||
);
|
||||
|
||||
$this->gtk->set_propagate_natural_width(
|
||||
true
|
||||
);
|
||||
|
||||
// Init viewport
|
||||
// to integrate scrolled window features for data label
|
||||
$this->viewport = new Viewport(
|
||||
|
Loading…
x
Reference in New Issue
Block a user