forked from AuroraMiddleware/gtk
aboutdialog: Make margins more uniform
Use similar margins in the Credits and System tabs.
This commit is contained in:
parent
87a8fda163
commit
85c713127e
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user