gtk2/gtk/ui/gtkstatusbar.ui
Matthias Clasen 45bcffd637 statusbar: Don't use a frame
This frame serves no purpose anymore, and now that frames
draw frames, it shows up annoyingly.
2020-04-18 17:29:13 -04:00

20 lines
647 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">start</property>
<property name="valign">center</property>
<property name="ellipsize">end</property>
<property name="single-line-mode">1</property>
</object>
</child>
</object>
</child>
</template>
</interface>