mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
define main container box orientation
This commit is contained in:
parent
d206beb82b
commit
8c2fabd6ad
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ using namespace app::browser;
|
||||||
Main::Main()
|
Main::Main()
|
||||||
{
|
{
|
||||||
// Init container
|
// Init container
|
||||||
|
set_orientation(
|
||||||
|
Gtk::Orientation::VERTICAL
|
||||||
|
);
|
||||||
|
|
||||||
set_homogeneous(
|
set_homogeneous(
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue