live-schedule/native/data/resources/application-window.ui

13 lines
427 B
Text
Raw Normal View History

2026-03-30 19:39:30 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="LSApplicationWindow" parent="GtkApplicationWindow">
<property name="title" translatable="yes">Live Schedule</property>
<property name="default-width">1400</property>
<property name="default-height">900</property>
<child>
<object class="LSWebView"></object>
</child>
</template>
</interface>