1
0
Fork 0
mirror of synced 2024-10-05 12:34:25 +13:00
czkawka/czkawka_gui/ui/about_dialog.cmb.ui

71 lines
2.9 KiB
Text
Raw Normal View History

2022-03-11 17:43:30 +13:00
<?xml version='1.0' encoding='UTF-8'?>
2022-05-18 05:17:32 +12:00
<!-- Created with Cambalache 0.9.1 -->
2022-03-11 17:43:30 +13:00
<interface>
2022-05-18 05:17:32 +12:00
<!-- interface-name about_dialog.ui -->
<requires lib="gtk" version="4.0"/>
2022-03-11 17:43:30 +13:00
<object class="GtkAboutDialog" id="about_dialog">
<property name="comments" translatable="yes">2020 - 2022 Rafał Mikrut(qarmin)
This program is free to use and will always be.
</property>
<property name="license-type">mit-x11</property>
2022-05-18 05:17:32 +12:00
<property name="logo-icon-name">help-about-symbolic</property>
2022-03-11 17:43:30 +13:00
<property name="program-name">Czkawka</property>
2022-04-24 10:05:21 +12:00
<property name="version">4.1.0</property>
2022-05-18 05:17:32 +12:00
<child>
2022-03-11 17:43:30 +13:00
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">2</property>
2022-05-18 05:17:32 +12:00
<property name="visible">0</property>
<child>
<object class="GtkBox">
2022-03-11 17:43:30 +13:00
<property name="can-focus">False</property>
2022-05-18 05:17:32 +12:00
<property name="valign">center</property>
2022-03-11 17:43:30 +13:00
</object>
</child>
<child>
<object class="GtkBox">
<property name="margin-bottom">3</property>
<child>
<object class="GtkButton" id="button_repository">
2022-05-18 05:17:32 +12:00
<property name="focusable">1</property>
<property name="halign">center</property>
<property name="hexpand">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Repository</property>
2022-05-18 05:17:32 +12:00
<property name="receives-default">1</property>
2022-03-11 17:43:30 +13:00
</object>
</child>
<child>
<object class="GtkButton" id="button_instruction">
2022-05-18 05:17:32 +12:00
<property name="focusable">1</property>
<property name="halign">center</property>
<property name="hexpand">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Instruction</property>
2022-05-18 05:17:32 +12:00
<property name="receives-default">1</property>
2022-03-11 17:43:30 +13:00
</object>
</child>
<child>
<object class="GtkButton" id="button_donation">
2022-05-18 05:17:32 +12:00
<property name="focusable">1</property>
<property name="halign">center</property>
<property name="hexpand">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Donation</property>
2022-05-18 05:17:32 +12:00
<property name="receives-default">1</property>
2022-03-11 17:43:30 +13:00
</object>
</child>
<child>
<object class="GtkButton" id="button_translation">
2022-05-18 05:17:32 +12:00
<property name="focusable">1</property>
<property name="halign">center</property>
<property name="hexpand">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Translation</property>
2022-05-18 05:17:32 +12:00
<property name="receives-default">1</property>
2022-03-11 17:43:30 +13:00
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>