rename-file-popover: update ui file syntax

Regenerate the .ui file with Glade 3.38.2, without any actual changes.
This updates the syntax to use dashes instead of underscores, so that
future edits of the file don't have cluttered commit diffs due to these
automatic changes.
This commit is contained in:
Peter Eisenmann 2021-10-01 01:00:02 +02:00 committed by António Fernandes
parent 5cc496ae59
commit 906151b4ac

View file

@ -1,46 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.0 --> <!-- Generated with glade 3.38.2 -->
<interface> <interface>
<requires lib="gtk+" version="3.20"/> <requires lib="gtk+" version="3.20"/>
<object class="GtkPopover" id="rename_file_popover"> <object class="GtkPopover" id="rename_file_popover">
<property name="can_focus">False</property> <property name="can-focus">False</property>
<property name="position">bottom</property> <property name="position">bottom</property>
<child> <child>
<object class="GtkGrid"> <object class="GtkGrid">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can-focus">False</property>
<property name="margin_start">10</property> <property name="margin-start">10</property>
<property name="margin_end">10</property> <property name="margin-end">10</property>
<property name="margin_top">10</property> <property name="margin-top">10</property>
<property name="margin_bottom">10</property> <property name="margin-bottom">10</property>
<property name="row_spacing">6</property> <property name="row-spacing">6</property>
<property name="column_spacing">6</property> <property name="column-spacing">6</property>
<child> <child>
<object class="GtkLabel" id="name_label"> <object class="GtkLabel" id="name_label">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can-focus">False</property>
<property name="halign">start</property> <property name="halign">start</property>
<property name="label" translatable="yes">Name</property> <property name="label" translatable="yes">Name</property>
<property name="mnemonic_widget">name_entry</property> <property name="mnemonic-widget">name_entry</property>
<attributes> <attributes>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
</attributes> </attributes>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left-attach">0</property>
<property name="top_attach">0</property> <property name="top-attach">0</property>
<property name="width">2</property> <property name="width">2</property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkEntry" id="name_entry"> <object class="GtkEntry" id="name_entry">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can-focus">True</property>
<property name="can_default">True</property> <property name="can-default">True</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left-attach">0</property>
<property name="top_attach">1</property> <property name="top-attach">1</property>
</packing> </packing>
</child> </child>
<child> <child>
@ -48,35 +48,35 @@
<property name="label" translatable="yes">_Rename</property> <property name="label" translatable="yes">_Rename</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="sensitive">False</property> <property name="sensitive">False</property>
<property name="can_focus">False</property> <property name="can-focus">False</property>
<property name="receives_default">False</property> <property name="receives-default">False</property>
<property name="use_underline">True</property> <property name="use-underline">True</property>
<style> <style>
<class name="suggested-action"/> <class name="suggested-action"/>
</style> </style>
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left-attach">1</property>
<property name="top_attach">1</property> <property name="top-attach">1</property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkRevealer" id="error_revealer"> <object class="GtkRevealer" id="error_revealer">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can-focus">False</property>
<child> <child>
<object class="GtkLabel" id="error_label"> <object class="GtkLabel" id="error_label">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can-focus">False</property>
<property name="margin_top">4</property> <property name="margin-top">4</property>
<property name="margin_bottom">4</property> <property name="margin-bottom">4</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left-attach">0</property>
<property name="top_attach">2</property> <property name="top-attach">2</property>
<property name="width">2</property> <property name="width">2</property>
</packing> </packing>
</child> </child>