[gtk+/dialogs: 9/25] message dialog: Don't show images
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/dialogs: 9/25] message dialog: Don't show images
- Date: Wed, 15 Jan 2014 12:33:06 +0000 (UTC)
commit 382387468aacfae5ebb48d9d61ed8e1673f91ba3
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]