mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix header main widgets vertical align
This commit is contained in:
parent
7795a628de
commit
6425d5102f
2 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ Main::Main()
|
||||||
Gtk::Orientation::VERTICAL
|
Gtk::Orientation::VERTICAL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
set_valign(
|
||||||
|
Gtk::Align::CENTER
|
||||||
|
);
|
||||||
|
|
||||||
set_homogeneous(
|
set_homogeneous(
|
||||||
HOMOGENEOUS
|
HOMOGENEOUS
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include <glibmm/ustring.h>
|
#include <glibmm/ustring.h>
|
||||||
#include <gtkmm/box.h>
|
#include <gtkmm/box.h>
|
||||||
|
#include <gtkmm/enums.h>
|
||||||
#include <gtkmm/object.h>
|
#include <gtkmm/object.h>
|
||||||
|
|
||||||
namespace app::browser::header
|
namespace app::browser::header
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue