gnome-control-center/panels/system/users/cc-entry-feedback.ui
Ondrej Holy a372061f8a system, users: Finish the Enterprise Login dialog implementation
The implementation is based on the cc-add-user-dialog.c codes, but it is
not a pure copy&paste. It has to be changed to fit the skeleton and reflect
changes from the mockup. I've also tried to simplify the code where possible.
It also fixes some memory leaks.
2024-02-29 07:51:42 +00:00

21 lines
529 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcEntryFeedback" parent="GtkBox">
<property name="spacing">6</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
<child>
<object class="GtkImage" id="image">
</object>
</child>
<child>
<object class="GtkLabel" id="label">
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
</child>
</template>
</interface>