mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 11:19:52 +01:00
9 lines
333 B
XML
9 lines
333 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="test">
|
|
<template class="TestWindow" parent="GtkApplicationWindow">
|
|
<property name="title" translatable="yes">Test</property>
|
|
<property name="default-height">680</property>
|
|
<property name="default-width">949</property>
|
|
</template>
|
|
</interface>
|