mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-17 10:18:32 +02:00
43 lines
1.6 KiB
XML
43 lines
1.6 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Created with Cambalache 0.90.1 -->
|
|
<interface>
|
|
<requires lib="gtk" version="4.12"/>
|
|
<template class="resetPopup" parent="GtkPopover">
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="homogeneous">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkLabel" id="reset_popup_label">
|
|
<property name="visible">False</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<child>
|
|
<object class="GtkPasswordEntry" id="reset_popup_entry">
|
|
<property name="activates-default">True</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>
|
|
<property name="placeholder-text">Wifi Password</property>
|
|
<property name="show-peek-icon">True</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="reset_popup_button">
|
|
<property name="label">connect</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>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|