2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 11:19:52 +01:00
waf/demos/vala/resources/appwindow.ui
2015-09-19 17:01:03 +02:00

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>