gtk2/gtk/ui/gtkstatusbar.ui
Matthias Clasen 160aeb4879 Simplify our ui files
Run gtk4-builder-tool simplify over our ui files,
we simplify some more things now.
2021-09-29 10:58:23 -04:00

20 lines
636 B
XML

<?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>