[gtk+] message dialog: Don't show images



commit a3b423ce5b0019b59aa9f7a555f718afc08e4137
Author: William Jon McCann <william jon mccann gmail com>
Date:   Sun Jan 12 09:32:29 2014 -0500

    message dialog: Don't show images
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720059

 gtk/gtkmessagedialog.ui |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkmessagedialog.ui b/gtk/gtkmessagedialog.ui
index e2a1022..3d61493 100644
--- a/gtk/gtkmessagedialog.ui
+++ b/gtk/gtkmessagedialog.ui
@@ -29,7 +29,7 @@
             <property name="spacing">12</property>
             <child>
               <object class="GtkImage" id="image">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <property name="can_focus">False</property>
                 <property name="halign">center</property>
                 <property name="valign">start</property>
@@ -48,7 +48,8 @@
               <object class="GtkBox" id="message_area">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_end">20</property>
+                <property name="margin_start">30</property>
+                <property name="margin_end">30</property>
                 <property name="orientation">vertical</property>
                 <property name="spacing">12</property>
                 <child>


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