diff options
Diffstat (limited to '')
-rw-r--r-- | src/resources/ui/nautilus-rename-file-popover.ui | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-rename-file-popover.ui b/src/resources/ui/nautilus-rename-file-popover.ui new file mode 100644 index 0000000..205a85c --- /dev/null +++ b/src/resources/ui/nautilus-rename-file-popover.ui @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <requires lib="gtk" version="4.0"/> + <object class="GtkPopover" id="rename_file_popover"> + <property name="child"> + <object class="GtkBox"> + <property name="margin-start">18</property> + <property name="margin-end">18</property> + <property name="margin-top">18</property> + <property name="margin-bottom">18</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkLabel" id="title_label"> + <property name="margin-bottom">12</property> + <style> + <class name="title-2"/> + </style> + </object> + </child> + <child> + <object class="GtkEntry" id="name_entry"> + <accessibility> + <property name="label" translatable="yes">New Filename</property> + </accessibility> + <property name="margin-bottom">12</property> + </object> + </child> + <child> + <object class="GtkRevealer" id="error_revealer"> + <property name="child"> + <object class="GtkLabel" id="error_label"> + <property name="margin-bottom">12</property> + <property name="max-width-chars">0</property> + <property name="wrap">True</property> + <property name="xalign">0</property> + </object> + </property> + </object> + </child> + <child> + <object class="GtkButton" id="rename_button"> + <property name="label" translatable="yes">_Rename</property> + <property name="sensitive">False</property> + <property name="halign">end</property> + <property name="use-underline">True</property> + <style> + <class name="suggested-action"/> + </style> + </object> + </child> + </object> + </property> + </object> +</interface> |