ui: Increase spacing between labels and buttons to 18px

Was previously 12px, but the buttons are slightly logically separate
from the labels, so it should be 18px according to
https://developer.gnome.org/hig/stable/visual-layout.html.en.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Fixes: #15
This commit is contained in:
Philip Withnall 2020-12-09 15:53:31 +00:00
parent c2c25a14aa
commit ebad35703b
1 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,8 @@
<property name="can-default">True</property>
<property name="has-default">True</property>
<property name="can-focus">True</property>
<!-- Give 18px spacing between the label and the button -->
<property name="margin-top">6</property>
</object>
</child>
</object>
@ -213,6 +215,8 @@ accounts. These can be created in the user settings.</property>
<property name="has-default">True</property>
<property name="use-underline">True</property>
<property name="can-focus">True</property>
<!-- Give 18px spacing between the label and the button -->
<property name="margin-top">6</property>
<style>
<class name="suggested-action"/>
</style>