restrict-applications-selector: Add more spacing around placeholder label

This makes it look nicer.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2023-10-13 11:25:48 +01:00
parent 13c8a88e17
commit a58c660dca
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
<child type="placeholder">
<object class="GtkLabel">
<property name="label" translatable="yes">No applications found to restrict.</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
</object>
</child>