mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 16:54:45 +01:00
16 lines
399 B
XML
16 lines
399 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="ErrorRevealer" parent="GtkWidget">
|
|
<child>
|
|
<object class="GtkRevealer" id="revealer">
|
|
<child>
|
|
<object class="GtkLabel" id="label">
|
|
<style>
|
|
<class name="error"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|