Skip to content

Commit

Permalink
layout-editor: Add a label to explain the editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jun 6, 2024
1 parent 1da17ba commit 41e97e6
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions action-layout-editor/nemo-action-layout-editor.glade
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,22 @@
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-bottom">4</property>
<property name="label" translatable="yes">Customize the layout and appearance of your actions in Nemo's menus</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox">
Expand Down Expand Up @@ -53,9 +65,6 @@
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
Expand Down

0 comments on commit 41e97e6

Please sign in to comment.