mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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()
|
||||
{
|
||||
// Init container
|
||||
set_orientation(
|
||||
Gtk::Orientation::VERTICAL
|
||||
);
|
||||
|
||||
set_homogeneous(
|
||||
true
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue