diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:39:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:39:48 +0000 |
commit | 3ade071f273aaa973e44bf95d6b1d4913a18f03b (patch) | |
tree | e2f99d267ae18427645404f215b984afbe73098d /src/gtk/nautilusgtkplacesviewrow.ui | |
parent | Initial commit. (diff) | |
download | nautilus-upstream/43.2.tar.xz nautilus-upstream/43.2.zip |
Adding upstream version 43.2.upstream/43.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/gtk/nautilusgtkplacesviewrow.ui | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/src/gtk/nautilusgtkplacesviewrow.ui b/src/gtk/nautilusgtkplacesviewrow.ui new file mode 100644 index 0000000..06c8041 --- /dev/null +++ b/src/gtk/nautilusgtkplacesviewrow.ui @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface domain="gtk40"> + <template class="NautilusGtkPlacesViewRow" parent="GtkListBoxRow"> + <property name="width-request">100</property> + <property name="child"> + <object class="GtkBox" id="box"> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="margin-top">6</property> + <property name="margin-bottom">6</property> + <property name="spacing">18</property> + <child> + <object class="GtkImage" id="icon_image"> + <property name="pixel-size">32</property> + </object> + </child> + <child> + <object class="GtkLabel" id="name_label"> + <property name="hexpand">1</property> + <property name="xalign">0</property> + <property name="ellipsize">3</property> + </object> + </child> + <child> + <object class="GtkLabel" id="available_space_label"> + <property name="xalign">1</property> + <style> + <class name="dim-label"/> + </style> + </object> + </child> + <child> + <object class="GtkLabel" id="path_label"> + <property name="justify">1</property> + <property name="ellipsize">2</property> + <property name="xalign">0</property> + <property name="max-width-chars">15</property> + <style> + <class name="dim-label"/> + </style> + </object> + </child> + <child> + <object class="GtkStack" id="mount_stack"> + <child> + <object class="GtkStackPage"> + <property name="name">button</property> + <property name="child"> + <object class="GtkButton" id="eject_button"> + <property name="visible">0</property> + <property name="halign">3</property> + <property name="valign">3</property> + <property name="tooltip-text" translatable="yes">Unmount</property> + <child> + <object class="GtkImage" id="eject_icon"> + <property name="icon-name">media-eject-symbolic</property> + </object> + </child> + <style> + <class name="image-button"/> + <class name="sidebar-button"/> + </style> + </object> + </property> + </object> + </child> + <child> + <object class="GtkStackPage"> + <property name="name">spinner</property> + <property name="child"> + <object class="GtkSpinner" id="busy_spinner"> + <property name="halign">3</property> + <property name="valign">3</property> + </object> + </property> + </object> + </child> + </object> + </child> + </object> + </property> + </template> +</interface> |