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/nautilusgtksidebarrow.ui | |
parent | Initial commit. (diff) | |
download | nautilus-3ade071f273aaa973e44bf95d6b1d4913a18f03b.tar.xz nautilus-3ade071f273aaa973e44bf95d6b1d4913a18f03b.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/nautilusgtksidebarrow.ui | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/src/gtk/nautilusgtksidebarrow.ui b/src/gtk/nautilusgtksidebarrow.ui new file mode 100644 index 0000000..95d91f9 --- /dev/null +++ b/src/gtk/nautilusgtksidebarrow.ui @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface domain="gtk40"> + <template class="NautilusGtkSidebarRow" parent="GtkListBoxRow"> + <property name="focus-on-click">0</property> + <style> + <class name="sidebar-row"/> + </style> + <property name="child"> + <object class="GtkRevealer" id="revealer"> + <property name="reveal-child">1</property> + <signal name="notify::child-revealed" handler="on_child_revealed"/> + <style> + <class name="sidebar-revealer"/> + </style> + <child> + <object class="GtkBox"> + <child> + <object class="GtkImage" id="start_icon_widget"> + <style> + <class name="sidebar-icon"/> + </style> + </object> + </child> + <child> + <object class="GtkLabel" id="label_widget"> + <property name="hexpand">1</property> + <property name="xalign">0</property> + <style> + <class name="sidebar-label"/> + </style> + </object> + </child> + <child> + <object class="GtkImage" id="end_icon_widget"> + <property name="visible">0</property> + <property name="hexpand">1</property> + <property name="halign">2</property> + <property name="valign">3</property> + <style> + <class name="sidebar-icon"/> + </style> + </object> + </child> + <child> + <object class="GtkButton" id="eject_button"> + <property name="halign">3</property> + <property name="valign">3</property> + <property name="margin-start">4px</property> + <property name="icon-name">media-eject-symbolic</property> + <style> + <class name="sidebar-button"/> + </style> + </object> + </child> + <child> + <object class="GtkSpinner" id="busy_spinner"> + <property name="spinning">1</property> + <property name="halign">3</property> + <property name="valign">3</property> + <property name="margin-start">4px</property> + <property name="visible">0</property> + </object> + </child> + </object> + </child> + </object> + </property> + </template> +</interface> |