Skip to content

Commit 8ea908d

Browse files
committed
Centre the UI
1 parent db5b049 commit 8ea908d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/MainView.vala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ public class Obliviate.MainView : Gtk.Box {
3636
private uint timeout_id;
3737

3838
construct {
39-
overlay = new Gtk.Overlay();
39+
overlay = new Gtk.Overlay() {
40+
hexpand = true,
41+
vexpand = true
42+
};
4043

4144
grid = new Gtk.Grid () {
4245
row_spacing = 4,

0 commit comments

Comments
 (0)