mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
stick status bar to footer
This commit is contained in:
parent
955cb68e4b
commit
f38aab0906
2 changed files with 5 additions and 10 deletions
|
|
@ -52,8 +52,11 @@ class Page
|
||||||
$this
|
$this
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->gtk->add(
|
$this->gtk->pack_start(
|
||||||
$this->content->gtk
|
$this->content->gtk,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
0
|
||||||
);
|
);
|
||||||
|
|
||||||
// Init statusbar
|
// Init statusbar
|
||||||
|
|
|
||||||
|
|
@ -37,14 +37,6 @@ class Content
|
||||||
$this->_margin
|
$this->_margin
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->gtk->set_propagate_natural_height(
|
|
||||||
true
|
|
||||||
);
|
|
||||||
|
|
||||||
$this->gtk->set_propagate_natural_width(
|
|
||||||
true
|
|
||||||
);
|
|
||||||
|
|
||||||
// Init viewport
|
// Init viewport
|
||||||
// to integrate scrolled window features for data label
|
// to integrate scrolled window features for data label
|
||||||
$this->viewport = new Viewport(
|
$this->viewport = new Viewport(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue