summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-properties-window.ui
diff options
context:
space:
mode:
authorApoorv Sachan <apoorv.99.sachan@gmail.com>2020-08-22 10:40:36 +0000
committerAntónio Fernandes <antoniof@gnome.org>2020-12-23 00:23:01 +0000
commit4a3f366871c1abd37c0e5658f866d37ea1ee0ff2 (patch)
tree6375963d09cdac915cddd8e90bd84962abfce074 /src/resources/ui/nautilus-properties-window.ui
parent3b5d184f910d11b30202483adb55040c9cf882b6 (diff)
downloadnautilus-4a3f366871c1abd37c0e5658f866d37ea1ee0ff2.tar.gz
properties-window: Add created row to the basic pagewip/antoniof/creation-time-attr
The NautilusFile backend now supports birth-time parameter. It is now leveraged to display the date-created for a file in properties dialogue. Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1566
Diffstat (limited to 'src/resources/ui/nautilus-properties-window.ui')
-rw-r--r--src/resources/ui/nautilus-properties-window.ui44
1 files changed, 35 insertions, 9 deletions
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index d9cac49bc..23916f5a2 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -274,6 +274,32 @@
</packing>
</child>
<child>
+ <object class="GtkLabel" id="created_title_label">
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Created</property>
+ <property name="xalign">1</property>
+ <style>
+ <class name="dim-label"/>
+ </style>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">11</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="created_value_label">
+ <property name="can_focus">False</property>
+ <property name="selectable">True</property>
+ <property name="max_width_chars">24</property>
+ <property name="xalign">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">11</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkLabel" id="original_folder_title_label">
<property name="can_focus">False</property>
<property name="label" translatable="yes">Original folder</property>
@@ -284,7 +310,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">11</property>
+ <property name="top_attach">12</property>
</packing>
</child>
<child>
@@ -298,7 +324,7 @@
</object>
<packing>
<property name="left_attach">1</property>
- <property name="top_attach">11</property>
+ <property name="top_attach">12</property>
</packing>
</child>
<child>
@@ -340,7 +366,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">12</property>
+ <property name="top_attach">13</property>
</packing>
</child>
<child>
@@ -354,7 +380,7 @@
</object>
<packing>
<property name="left_attach">1</property>
- <property name="top_attach">12</property>
+ <property name="top_attach">13</property>
</packing>
</child>
<child>
@@ -420,7 +446,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">14</property>
+ <property name="top_attach">15</property>
</packing>
</child>
<child>
@@ -432,7 +458,7 @@
</object>
<packing>
<property name="left_attach">1</property>
- <property name="top_attach">14</property>
+ <property name="top_attach">15</property>
</packing>
</child>
<child>
@@ -644,7 +670,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">15</property>
+ <property name="top_attach">16</property>
<property name="width">3</property>
</packing>
</child>
@@ -656,7 +682,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">16</property>
+ <property name="top_attach">17</property>
<property name="width">3</property>
</packing>
</child>
@@ -700,7 +726,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">13</property>
+ <property name="top_attach">14</property>
</packing>
</child>
</object>