mirror of
https://github.com/libratbag/piper.git
synced 2026-05-03 20:52:58 -04:00
Adds more readable version string. More representative website label. Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.20.0 -->
|
|
<interface domain="piper">
|
|
<requires lib="gtk+" version="3.4"/>
|
|
<object class="GtkAboutDialog" id="about_dialog">
|
|
<property name="can_focus">False</property>
|
|
<property name="modal">True</property>
|
|
<property name="type_hint">normal</property>
|
|
<property name="program_name">Piper</property>
|
|
<property name="version" translatable="yes">Version: @version@</property>
|
|
<property name="website">https://github.com/libratbag/piper</property>
|
|
<property name="website_label" translatable="yes">Visit Piper on GitHub</property>
|
|
<property name="translator_credits" translatable="yes">translator-credits</property>
|
|
<property name="logo_icon_name">org.freedesktop.Piper</property>
|
|
<property name="license_type">gpl-2-0</property>
|
|
<child internal-child="vbox">
|
|
<object class="GtkBox">
|
|
<property name="can_focus">False</property>
|
|
<child internal-child="action_area">
|
|
<object class="GtkButtonBox">
|
|
<property name="can_focus">False</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
</interface>
|