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.
44 lines
1.9 KiB
44 lines
1.9 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="RoomTitle" parent="AdwBin"> |
|
<child> |
|
<object class="GtkBox" id="box"> |
|
<property name="orientation">vertical</property> |
|
<property name="halign">center</property> |
|
<property name="valign">center</property> |
|
<child> |
|
<object class="GtkLabel" id="title_label"> |
|
<property name="focusable">True</property> |
|
<property name="ellipsize">end</property> |
|
<property name="halign">center</property> |
|
<property name="wrap">False</property> |
|
<property name="single-line-mode">True</property> |
|
<property name="use-markup">True</property> |
|
<property name="width-chars">5</property> |
|
<property name="label" bind-source="RoomTitle" bind-property="title" bind-flags="sync-create"/> |
|
<property name="tooltip-markup" bind-source="RoomTitle" bind-property="title" bind-flags="sync-create"/> |
|
<style> |
|
<class name="title"/> |
|
</style> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="subtitle_label"> |
|
<property name="focusable">True</property> |
|
<property name="ellipsize">end</property> |
|
<property name="halign">center</property> |
|
<property name="wrap">False</property> |
|
<property name="single-line-mode">True</property> |
|
<property name="use-markup">True</property> |
|
<property name="visible">False</property> |
|
<property name="label" bind-source="RoomTitle" bind-property="subtitle" bind-flags="sync-create"/> |
|
<property name="tooltip-markup" bind-source="RoomTitle" bind-property="subtitle" bind-flags="sync-create"/> |
|
<style> |
|
<class name="subtitle"/> |
|
</style> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|