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:
commit
cc195235ac
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue