1
0
Fork 0
mirror of synced 2024-05-12 16:32:43 +12:00
czkawka/czkawka_gui/ui/popover_right_click.ui
Rafał Mikrut 8f0527cd33
Add option to exclude files from other filesystems in GUI(Linux) (#776)
* Add exclude other fs to GUI

* Exclude in FS

* Fix crashes in gui and core

* More tests
2022-07-19 19:09:52 +02:00

29 lines
1.1 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.11.0 -->
<interface>
<!-- interface-name popover_right_click.ui -->
<requires lib="gtk" version="4.0"/>
<object class="GtkPopover" id="popover_right_click">
<property name="child">
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="buttons_popover_right_click_open_file">
<property name="focusable">1</property>
<property name="label" translatable="yes">Open File</property>
<property name="receives-default">1</property>
</object>
</child>
<child>
<object class="GtkButton" id="buttons_popover_right_click_open_folder">
<property name="focusable">1</property>
<property name="label" translatable="yes">Open Folder</property>
<property name="receives-default">1</property>
</object>
</child>
</object>
</property>
<property name="position">left</property>
</object>
</interface>