aboutdialog: Make margins more uniform

Use similar margins in the Credits and System tabs.
This commit is contained in:
Matthias Clasen 2020-08-06 22:18:14 -04:00
parent 87a8fda163
commit 85c713127e

View File

@ -212,8 +212,10 @@
<child>
<object class="GtkTextView" id="system_view">
<property name="editable">0</property>
<property name="left-margin">8</property>
<property name="right-margin">8</property>
<property name="left-margin">5</property>
<property name="right-margin">5</property>
<property name="top-margin">5</property>
<property name="bottom-margin">5</property>
<property name="cursor-visible">0</property>
<child>
<object class="GtkGestureClick">