diff options
author | rbuj <[email protected]> | 2020-12-21 22:01:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-31 18:46:17 +0100 |
commit | 0ebbd7159e5dfca8c5688e9c099fcb95408aeff3 (patch) | |
tree | c825170703bb3bbd94ce9aaa347c77f3b4b84b5c | |
parent | 181184aba23ac392a7a6ce92751ab5561721f3c2 (diff) | |
download | mate-applets-0ebbd7159e5dfca8c5688e9c099fcb95408aeff3.tar.bz2 mate-applets-0ebbd7159e5dfca8c5688e9c099fcb95408aeff3.tar.xz |
trashapplet: Upgrade trashapplet-empty-progress.ui
-rw-r--r-- | trashapplet/trashapplet-empty-progress.ui | 127 |
1 files changed, 77 insertions, 50 deletions
diff --git a/trashapplet/trashapplet-empty-progress.ui b/trashapplet/trashapplet-empty-progress.ui index 4be55853..59c371a5 100644 --- a/trashapplet/trashapplet-empty-progress.ui +++ b/trashapplet/trashapplet-empty-progress.ui @@ -1,38 +1,85 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.38.2 --> <interface> - <requires lib="gtk+" version="2.16"/> - <!-- interface-naming-policy toplevel-contextual --> + <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="border_width">6</property> + <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">normal</property> + <property name="default-width">400</property> + <property name="type-hint">dialog</property> <child internal-child="vbox"> - <object class="GtkVBox" id="dialog-vbox1"> + <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="GtkVBox" id="vbox1"> + <object class="GtkBox" id="vbox1"> <property name="visible">True</property> - <property name="border_width">6</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="xalign">0</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.300000"/> + <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="GtkHBox" id="hbox1"> + <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"/> @@ -40,78 +87,58 @@ </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="xalign">0</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="GtkVBox" id="vbox2"> + <object class="GtkProgressBar" id="progressbar"> <property name="visible">True</property> - <child> - <object class="GtkProgressBar" id="progressbar"> - <property name="visible">True</property> - <property name="text"> </property> - </object> - <packing> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="file_label"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label"> </property> - <property name="ellipsize">end</property> - </object> - <packing> - <property name="position">1</property> - </packing> - </child> + <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> - </object> - <packing> - <property name="position">1</property> - </packing> - </child> - <child internal-child="action_area"> - <object class="GtkHButtonBox" id="dialog-action_area1"> <child> - <object class="GtkButton" id="cancel_button"> - <property name="label">gtk-cancel</property> + <object class="GtkLabel" id="file_label"> <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="receives_default">False</property> - <property name="use_stock">True</property> + <property name="can-focus">False</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> + <property name="fill">True</property> + <property name="position">3</property> </packing> </child> </object> <packing> <property name="expand">False</property> - <property name="pack_type">end</property> - <property name="position">0</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> </object> |