Initial commit

This commit is contained in:
2022-12-16 15:19:11 -08:00
commit 81bb95cf25
13 changed files with 159 additions and 0 deletions

14
data/ui/main.blp Normal file
View File

@@ -0,0 +1,14 @@
using Gtk 4.0;
using Adw 1;
Adw.ApplicationWindow mainWindow {
title: "Hello world";
default-width: 300;
default-height: 400;
Gtk.Box {
orientation: vertical;
Adw.HeaderBar {}
}
}