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.
26 lines
879 B
26 lines
879 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentStateTombstone" parent="AdwBin"> |
|
<property name="focusable">True</property> |
|
<property name="valign">center</property> |
|
<property name="halign">center</property> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="spacing">6</property> |
|
<child> |
|
<object class="GtkLabel"> |
|
<property name="wrap">True</property> |
|
<property name="wrap-mode">word-char</property> |
|
<property name="label" translatable="yes">There is a newer version of this room.</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkButton" id="new_room_btn"> |
|
<property name="label" translatable="yes">Go there</property> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface> |
|
|
|
|