mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
set vertical alignment
This commit is contained in:
parent
5b1dafa7a3
commit
2b81293d1c
3 changed files with 9 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ Main::Main()
|
|||
Gtk::Orientation::VERTICAL
|
||||
);
|
||||
|
||||
set_homogeneous(
|
||||
true
|
||||
);
|
||||
|
||||
// Init title
|
||||
title = new main::Title();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue