aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-05 12:31:24 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-05 12:31:24 +0800
commit90b888b8af55c61c3af7d8356c4314aed2913a90 (patch)
treeee1f78388c558b36bdb13e9d76bc7ac22d68c0fb /widgets/misc/ChangeLog
parent3b8842db31f90aecfdbc59afd931b3291bed3968 (diff)
downloadgsoc2013-evolution-90b888b8af55c61c3af7d8356c4314aed2913a90.tar
gsoc2013-evolution-90b888b8af55c61c3af7d8356c4314aed2913a90.tar.gz
gsoc2013-evolution-90b888b8af55c61c3af7d8356c4314aed2913a90.tar.bz2
gsoc2013-evolution-90b888b8af55c61c3af7d8356c4314aed2913a90.tar.lz
gsoc2013-evolution-90b888b8af55c61c3af7d8356c4314aed2913a90.tar.xz
gsoc2013-evolution-90b888b8af55c61c3af7d8356c4314aed2913a90.tar.zst
gsoc2013-evolution-90b888b8af55c61c3af7d8356c4314aed2913a90.zip
Make the close icon as large as the pin icon so the bar doesn't change
* e-title-bar.c: Make the close icon as large as the pin icon so the bar doesn't change size when it switches between them. (e_title_bar_construct): Add some horizontal padding to the label to make it look nicer. svn path=/trunk/; revision=11688
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 95e2032739..1dd673ad6d 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-04 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-title-bar.c: Make the close icon as large as the pin icon so
+ the bar doesn't change size when it switches between them.
+ (e_title_bar_construct): Add some horizontal padding to the label
+ to make it look nicer.
+
2001-08-03 Federico Mena Quintero <federico@ximian.com>
* e-calendar-item.c (e_calendar_item_mark_day): Request an update.