Merge branch '15-padding-again' into 'master'

ui: Increase spacing between labels and buttons to 18px

Closes #15

See merge request pwithnall/malcontent!110
This commit is contained in:
Philip Withnall 2020-12-09 16:23:02 +00:00
commit cc195235ac
1 changed files with 4 additions and 0 deletions

View File

@ -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>