You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
569 B
16 lines
569 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="RoomDetails" parent="ToastableWindow"> |
|
<property name="title" translatable="yes">Room Details</property> |
|
<property name="modal">True</property> |
|
<property name="destroy_with_parent">True</property> |
|
<property name="default-width">640</property> |
|
<property name="default-height">576</property> |
|
<property name="child-content"> |
|
<object class="GtkStack" id="main_stack" /> |
|
</property> |
|
<style> |
|
<class name="room-details"/> |
|
</style> |
|
</template> |
|
</interface>
|
|
|