set vertical alignment

This commit is contained in:
yggverse 2024-08-20 15:46:21 +03:00
parent 5b1dafa7a3
commit 2b81293d1c
3 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,10 @@ Main::Main()
Gtk::Orientation::VERTICAL
);
set_homogeneous(
true
);
// Init title
title = new main::Title();