summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-07-26 19:14:09 +0200
committerCarlos Soriano <csoriano@redhat.com>2018-07-26 19:25:15 +0200
commit228d8da0b4c51c0c6b0cf2744626dada9a33c0ea (patch)
tree8a20ce1119816ea18aba89abf307e886244a1991
parentd69d7dc84a06ca0be7fed55249f88ddb9d140e7f (diff)
downloadnautilus-228d8da0b4c51c0c6b0cf2744626dada9a33c0ea.tar.gz
trash-is-empty: Use Glade
-rw-r--r--src/resources/ui/nautilus-trash-is-empty.ui26
1 files changed, 15 insertions, 11 deletions
diff --git a/src/resources/ui/nautilus-trash-is-empty.ui b/src/resources/ui/nautilus-trash-is-empty.ui
index a1ed1d438..528f21d58 100644
--- a/src/resources/ui/nautilus-trash-is-empty.ui
+++ b/src/resources/ui/nautilus-trash-is-empty.ui
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.22.0 -->
<interface>
+ <requires lib="gtk+" version="3.20"/>
<object class="GtkGrid" id="trash_is_empty">
- <property name="visible">False</property>
- <property name="row_spacing">12</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
+ <property name="can_focus">False</property>
<property name="halign">center</property>
<property name="valign">center</property>
- <style>
- <class name="dim-label"/>
- </style>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="row_spacing">12</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
- <property name="icon-name">user-trash-symbolic</property>
- <property name="pixel-size">80</property>
+ <property name="can_focus">False</property>
+ <property name="pixel_size">80</property>
+ <property name="icon_name">user-trash-symbolic</property>
<style>
- <class name="dim-label"/>
+ <class name="dim-label"/>
</style>
</object>
<packing>
@@ -27,10 +27,11 @@
<child>
<object class="GtkLabel">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">Trash is Empty</property>
<attributes>
<attribute name="weight" value="bold"/>
- <attribute name="scale" value="1.44"/>
+ <attribute name="scale" value="1.4399999999999999"/>
</attributes>
</object>
<packing>
@@ -38,5 +39,8 @@
<property name="top_attach">1</property>
</packing>
</child>
+ <style>
+ <class name="dim-label"/>
+ </style>
</object>
</interface>