13 lines
427 B
Text
13 lines
427 B
Text
|
|
<?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>
|