diff options
author | rbuj <[email protected]> | 2022-08-07 10:33:33 +0200 |
---|---|---|
committer | mouse <[email protected]> | 2022-08-15 10:02:36 +0800 |
commit | 927c136fab9280d095d837b93f7c34da666b550c (patch) | |
tree | c16badb8fcd7f34c3649f07b8aa809079ce61752 /trashapplet/trashapplet-empty-progress.ui | |
parent | a6c354617a1e5876308df5007cd52907b3d742f9 (diff) | |
download | mate-applets-927c136fab9280d095d837b93f7c34da666b550c.tar.bz2 mate-applets-927c136fab9280d095d837b93f7c34da666b550c.tar.xz |
trashapplet: Add data dir
Diffstat (limited to 'trashapplet/trashapplet-empty-progress.ui')
-rw-r--r-- | trashapplet/trashapplet-empty-progress.ui | 150 |
1 files changed, 0 insertions, 150 deletions
diff --git a/trashapplet/trashapplet-empty-progress.ui b/trashapplet/trashapplet-empty-progress.ui deleted file mode 100644 index 59c371a5..00000000 --- a/trashapplet/trashapplet-empty-progress.ui +++ /dev/null @@ -1,150 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> -<interface> - <requires lib="gtk+" version="3.22"/> - <object class="GtkImage" id="cancel_button_img"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="icon-name">process-stop</property> - </object> - <object class="GtkDialog" id="empty_trash"> - <property name="can-focus">False</property> - <property name="border-width">6</property> - <property name="title" translatable="yes">Emptying the Trash</property> - <property name="default-width">400</property> - <property name="type-hint">dialog</property> - <child internal-child="vbox"> - <object class="GtkBox"> - <property name="can-focus">False</property> - <property name="orientation">vertical</property> - <property name="spacing">2</property> - <child internal-child="action_area"> - <object class="GtkButtonBox"> - <property name="can-focus">False</property> - <property name="layout-style">end</property> - <child> - <object class="GtkButton" id="cancel_button"> - <property name="label" translatable="yes">_Cancel</property> - <property name="visible">True</property> - <property name="can-focus">True</property> - <property name="can-default">True</property> - <property name="has-default">True</property> - <property name="receives-default">True</property> - <property name="image">cancel_button_img</property> - <property name="use-underline">True</property> - <property name="always-show-image">True</property> - </object> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkBox" id="vbox1"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="border-width">6</property> - <property name="orientation">vertical</property> - <property name="spacing">12</property> - <child> - <object class="GtkLabel" id="label1"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="halign">start</property> - <property name="label" translatable="yes">Emptying the Trash</property> - <attributes> - <attribute name="weight" value="bold"/> - <attribute name="scale" value="1.3"/> - </attributes> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkBox" id="hbox1"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="spacing">12</property> - <child> - <object class="GtkLabel" id="label3"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="label" translatable="yes">From:</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="location_label"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="ellipsize">middle</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkProgressBar" id="progressbar"> - <property name="visible">True</property> - <property name="can-focus">False</property> - </object> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="file_label"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">3</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - </object> - </child> - <action-widgets> - <action-widget response="-6">cancel_button</action-widget> - </action-widgets> - </object> -</interface> |