mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-18 18:48:33 +02:00
26 lines
863 B
XML
26 lines
863 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Created with Cambalache 0.17.2 -->
|
|
<interface>
|
|
<requires lib="gtk" version="4.12"/>
|
|
<template class="resetError" parent="GtkPopover">
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="homogeneous">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkLabel" id="reset_error_label"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="reset_error_button">
|
|
<property name="label">ok</property>
|
|
<property name="margin-bottom">5</property>
|
|
<property name="margin-end">5</property>
|
|
<property name="margin-start">5</property>
|
|
<property name="margin-top">5</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|