[fix] change template class to TeleportWindow

This commit is contained in:
Julian Sparber
2017-10-02 20:58:03 +02:00
parent 2625229f5c
commit 184a8ac50a

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface> <interface>
<!-- interface-requires gtk+ 3.8 --> <!-- interface-requires gtk+ 3.8 -->
<template class="TeleportAppWindow" parent="GtkApplicationWindow"> <template class="TeleportWindow" parent="GtkApplicationWindow">
<property name="title" translatable="yes">Teleport</property> <property name="title" translatable="yes">Teleport</property>
<property name="default_width">700</property> <property name="default_width">700</property>
<property name="default_height">500</property> <property name="default_height">500</property>