aboutsummarylogtreecommitdiffstats
path: root/dialogs__appearance-margins.patch
blob: 028a99994abee9e30c4385de187f32414f1235d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- src/gtk+/gtk/ui/gtkmessagedialog.ui	2017-04-18 01:05:36.038799239 +0200
+++ modified_files/gtkmessagedialog.ui	2017-04-18 01:04:56.592130620 +0200
@@ -14,14 +14,15 @@
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
         <property name="orientation">vertical</property>
-        <property name="spacing">20</property>
-        <property name="border-width">0</property>
+        <property name="spacing">2</property>
+        <property name="border-width">8</property>
         <child>
           <object class="GtkBox" id="box">
             <property name="visible">1</property>
-            <property name="margin-start">30</property>
-            <property name="margin-end">30</property>
+            <property name="margin-start">1</property>
+            <property name="margin-end">1</property>
             <property name="spacing">30</property>
+            <property name="border-width">0</property>
             <child>
               <object class="GtkBox" id="message_area">
                 <property name="visible">1</property>
@@ -30,8 +31,9 @@
                 <child>
                   <object class="GtkLabel" id="label">
                     <property name="visible">1</property>
-                    <property name="halign">center</property>
+                    <property name="halign">start</property>
                     <property name="valign">start</property>
+                    <property name="xalign">0</property>
                     <property name="wrap">1</property>
                     <property name="max-width-chars">60</property>
                   </object>
@@ -43,8 +45,9 @@
                   <object class="GtkLabel" id="secondary_label">
                     <property name="no-show-all">1</property>
                     <property name="margin-bottom">2</property>
-                    <property name="halign">center</property>
+                    <property name="halign">start</property>
                     <property name="valign">start</property>
+                    <property name="xalign">0</property>
                     <property name="wrap">1</property>
                     <property name="max-width-chars">60</property>
                   </object>