fractal/src/session/view/content/room_details/mod.ui

19 lines
673 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="RoomDetails" parent="AdwPreferencesWindow">
<property name="title" translatable="yes">Room Details</property>
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
<property name="default-height">780</property>
<property name="search-enabled">false</property>
<child>
<object class="ContentRoomDetailsGeneralPage">
<property name="room" bind-source="RoomDetails" bind-property="room" bind-flags="sync-create"/>
</object>
</child>
<style>
<class name="room-details"/>
</style>
</template>
</interface>