Authenticator/data/resources/ui/error_revealer.ui
Maximiliano Sandoval R 0783cf53b3
Adds a minimal notification revealer for errors
The widget auto hides itself after 3 seconds.
2021-01-23 23:12:58 +01:00

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>