2019-04-04 23:08:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2017-07-17 11:21:21 +00:00
|
|
|
<template class="GtkStatusbar" parent="GtkWidget">
|
2013-03-23 11:38:43 +00:00
|
|
|
<child>
|
2020-04-18 21:29:13 +00:00
|
|
|
<object class="GtkBox" id="message_area">
|
2017-04-21 16:59:59 +00:00
|
|
|
<property name="hexpand">1</property>
|
2020-04-18 21:29:13 +00:00
|
|
|
<property name="spacing">4</property>
|
2013-03-23 11:38:43 +00:00
|
|
|
<child>
|
2020-04-18 21:29:13 +00:00
|
|
|
<object class="GtkLabel" id="label">
|
2021-09-29 13:28:09 +00:00
|
|
|
<property name="halign">1</property>
|
|
|
|
<property name="valign">3</property>
|
|
|
|
<property name="ellipsize">3</property>
|
2020-04-18 21:29:13 +00:00
|
|
|
<property name="single-line-mode">1</property>
|
2013-03-23 11:38:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|