[gtk/about-polish: 2/2] aboutdialog: Make margins more uniform




commit 85c713127e95cd8f77d48e755b47b8f10a402c40
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Aug 6 22:18:14 2020 -0400

    aboutdialog: Make margins more uniform
    
    Use similar margins in the Credits and System tabs.

 gtk/ui/gtkaboutdialog.ui | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gtk/ui/gtkaboutdialog.ui b/gtk/ui/gtkaboutdialog.ui
index 1b5b532140..8663225e4b 100644
--- a/gtk/ui/gtkaboutdialog.ui
+++ b/gtk/ui/gtkaboutdialog.ui
@@ -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">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]