mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 16:54:45 +01:00
50 lines
2.6 KiB
XML
50 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.19.0 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.16"/>
|
|
<object class="GtkAboutDialog" id="AboutDialog">
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
<property name="resizable">False</property>
|
|
<property name="window_position">center</property>
|
|
<property name="destroy_with_parent">True</property>
|
|
<property name="type_hint">menu</property>
|
|
<property name="program_name">Gnome TwoFactorAuth</property>
|
|
<property name="version">0.1.1</property>
|
|
<property name="comments" translatable="yes">Simple application to generate two-factor authentication code</property>
|
|
<property name="license" translatable="yes">This program comes with absolutely no warranty. See the <a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License, version 3 or later</a> for details.</property>
|
|
<property name="authors">Bilal Elmoussaoui</property>
|
|
<property name="logo_icon_name">gnome-twofactorauth</property>
|
|
<property name="license_type">gpl-3-0</property>
|
|
<property name="website">https://github.com/bil-elmoussaoui/Gnome-TwoFactorAuth</property>
|
|
<property name="website_label" translatable="yes">Github</property>
|
|
<property name="artists">Alexandros Felekidis</property>
|
|
<child internal-child="vbox">
|
|
<object class="GtkBox" id="aboutdialog-vbox">
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<child internal-child="action_area">
|
|
<object class="GtkButtonBox" id="aboutdialog-action_area">
|
|
<property name="can_focus">False</property>
|
|
<property name="layout_style">end</property>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|