summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-rename-file-popover.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/ui/nautilus-rename-file-popover.ui')
-rw-r--r--src/resources/ui/nautilus-rename-file-popover.ui9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/resources/ui/nautilus-rename-file-popover.ui b/src/resources/ui/nautilus-rename-file-popover.ui
index fb1055957..4b987ec96 100644
--- a/src/resources/ui/nautilus-rename-file-popover.ui
+++ b/src/resources/ui/nautilus-rename-file-popover.ui
@@ -48,9 +48,14 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="error_label">
+ <object class="GtkRevealer" id="error_revealer">
<property name="visible">True</property>
- <property name="halign">start</property>
+ <child>
+ <object class="GtkLabel" id="error_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left-attach">0</property>