summaryrefslogtreecommitdiff
path: root/src/apprt/gtk-ng/ui/1.5/window.blp
blob: 930ee53db6bbcb09d579467a7f14d3d6a9b8f8ae (plain)
1
2
3
4
5
6
7
8
9
using Gtk 4.0;
using Adw 1;

template $GhosttyWindow: Adw.ApplicationWindow {
  default-width: 800;
  default-height: 600;

  content: $GhosttySurface surface {};
}