[fix] change template class to TeleportWindow
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user