[meld] Use larger icons in MsgArea for similarity with GtkInfoBar
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Use larger icons in MsgArea for similarity with GtkInfoBar
- Date: Fri, 16 Dec 2011 22:38:52 +0000 (UTC)
commit 7669baf2f96961960540d3af26765bdf21afd542
Author: Kai Willadsen <kai willadsen gmail com>
Date: Tue Sep 27 07:21:11 2011 +1000
Use larger icons in MsgArea for similarity with GtkInfoBar
meld/ui/msgarea.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/ui/msgarea.py b/meld/ui/msgarea.py
index 35c3300..31317fe 100644
--- a/meld/ui/msgarea.py
+++ b/meld/ui/msgarea.py
@@ -186,7 +186,7 @@ class MsgArea(gtk.HBox):
hbox_content.show()
image = gtk.Image()
- image.set_from_stock(stockid, gtk.ICON_SIZE_BUTTON)
+ image.set_from_stock(stockid, gtk.ICON_SIZE_DIALOG)
image.show()
hbox_content.pack_start(image, False, False, 0)
image.set_alignment(0.5, 0.5)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]