mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
define main container box orientation
This commit is contained in:
parent
d206beb82b
commit
8c2fabd6ad
@ -6,6 +6,10 @@ using namespace app::browser;
|
||||
Main::Main()
|
||||
{
|
||||
// Init container
|
||||
set_orientation(
|
||||
Gtk::Orientation::VERTICAL
|
||||
);
|
||||
|
||||
set_homogeneous(
|
||||
true
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user