diff options
Diffstat (limited to 'data/ui/message_pane.ui')
-rw-r--r-- | data/ui/message_pane.ui | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/data/ui/message_pane.ui b/data/ui/message_pane.ui new file mode 100644 index 0000000..165a01f --- /dev/null +++ b/data/ui/message_pane.ui @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> +<interface> + <requires lib="gtk+" version="3.22"/> + <template class="PageMessagePane" parent="GtkBox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="valign">center</property> + <property name="margin_top">12</property> + <property name="margin_bottom">12</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkImage" id="icon_image"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">center</property> + <property name="margin_bottom">12</property> + <property name="pixel_size">128</property> + <property name="icon_name">image-x-generic-symbolic</property> + <property name="icon_size">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="no">label</property> + <attributes> + <attribute name="scale" value="1.3999999999999999"/> + </attributes> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <style> + <class name="dim-label"/> + </style> + </template> +</interface> |