mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
fix header main widgets vertical align
This commit is contained in:
parent
7795a628de
commit
6425d5102f
@ -11,6 +11,10 @@ Main::Main()
|
||||
Gtk::Orientation::VERTICAL
|
||||
);
|
||||
|
||||
set_valign(
|
||||
Gtk::Align::CENTER
|
||||
);
|
||||
|
||||
set_homogeneous(
|
||||
HOMOGENEOUS
|
||||
);
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/box.h>
|
||||
#include <gtkmm/enums.h>
|
||||
#include <gtkmm/object.h>
|
||||
|
||||
namespace app::browser::header
|
||||
|
Loading…
x
Reference in New Issue
Block a user