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">
|
2013-03-22 09:45:24 +00:00
|
|
|
<template class="GtkMessageDialog" parent="GtkDialog">
|
2016-01-15 16:58:51 +00:00
|
|
|
<property name="title"></property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="resizable">0</property>
|
2014-01-17 17:36:53 +00:00
|
|
|
<child internal-child="headerbar">
|
2020-05-25 15:14:58 +00:00
|
|
|
<object class="GtkHeaderBar" id="headerbar1">
|
|
|
|
<property name="show-title-buttons">0</property>
|
|
|
|
</object>
|
2014-01-17 17:36:53 +00:00
|
|
|
</child>
|
2018-12-26 08:00:08 +00:00
|
|
|
<child internal-child="content_area">
|
2013-03-22 09:45:24 +00:00
|
|
|
<object class="GtkBox" id="dialog-vbox1">
|
|
|
|
<property name="orientation">vertical</property>
|
2014-01-17 17:36:53 +00:00
|
|
|
<property name="spacing">20</property>
|
2013-03-22 09:45:24 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="margin-start">30</property>
|
|
|
|
<property name="margin-end">30</property>
|
2014-03-18 23:50:59 +00:00
|
|
|
<property name="spacing">30</property>
|
2013-03-22 09:45:24 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="message_area">
|
|
|
|
<property name="orientation">vertical</property>
|
2014-03-10 10:13:38 +00:00
|
|
|
<property name="spacing">10</property>
|
2017-04-21 16:59:59 +00:00
|
|
|
<property name="hexpand">1</property>
|
2013-03-22 09:45:24 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label">
|
2014-01-13 19:30:31 +00:00
|
|
|
<property name="halign">center</property>
|
2013-03-22 09:45:24 +00:00
|
|
|
<property name="valign">start</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="wrap">1</property>
|
2013-12-01 21:19:17 +00:00
|
|
|
<property name="max-width-chars">60</property>
|
2019-05-31 12:10:02 +00:00
|
|
|
<style>
|
|
|
|
<class name="title"/>
|
|
|
|
</style>
|
2013-03-22 09:45:24 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="secondary_label">
|
2017-01-19 09:31:03 +00:00
|
|
|
<property name="visible">0</property>
|
2014-03-10 10:13:38 +00:00
|
|
|
<property name="margin-bottom">2</property>
|
2014-01-13 19:30:31 +00:00
|
|
|
<property name="halign">center</property>
|
2013-03-22 09:45:24 +00:00
|
|
|
<property name="valign">start</property>
|
2017-04-21 16:59:59 +00:00
|
|
|
<property name="vexpand">1</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="wrap">1</property>
|
2013-12-01 21:19:17 +00:00
|
|
|
<property name="max-width-chars">60</property>
|
2013-03-22 09:45:24 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|