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:
parent
c2c25a14aa
commit
ebad35703b
|
@ -142,6 +142,8 @@
|
||||||
<property name="can-default">True</property>
|
<property name="can-default">True</property>
|
||||||
<property name="has-default">True</property>
|
<property name="has-default">True</property>
|
||||||
<property name="can-focus">True</property>
|
<property name="can-focus">True</property>
|
||||||
|
<!-- Give 18px spacing between the label and the button -->
|
||||||
|
<property name="margin-top">6</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
@ -213,6 +215,8 @@ accounts. These can be created in the user settings.</property>
|
||||||
<property name="has-default">True</property>
|
<property name="has-default">True</property>
|
||||||
<property name="use-underline">True</property>
|
<property name="use-underline">True</property>
|
||||||
<property name="can-focus">True</property>
|
<property name="can-focus">True</property>
|
||||||
|
<!-- Give 18px spacing between the label and the button -->
|
||||||
|
<property name="margin-top">6</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="suggested-action"/>
|
<class name="suggested-action"/>
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue