20 lines
636 B
Plaintext
20 lines
636 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface domain="gtk40">
|
||
|
<template class="GtkStatusbar" parent="GtkWidget">
|
||
|
<child>
|
||
|
<object class="GtkBox" id="message_area">
|
||
|
<property name="hexpand">1</property>
|
||
|
<property name="spacing">4</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label">
|
||
|
<property name="halign">1</property>
|
||
|
<property name="valign">3</property>
|
||
|
<property name="ellipsize">3</property>
|
||
|
<property name="single-line-mode">1</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|