aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-28 21:38:07 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-28 21:38:07 +0800
commit830dd5dd7ae607772ff7b8b930533939803a2a94 (patch)
tree2228f393820da83aa9372fea88b741a6a6203fd0 /widgets/misc/ChangeLog
parentb9241821430dd397f6905eb382c8e5c759ea0bee (diff)
downloadgsoc2013-evolution-830dd5dd7ae607772ff7b8b930533939803a2a94.tar
gsoc2013-evolution-830dd5dd7ae607772ff7b8b930533939803a2a94.tar.gz
gsoc2013-evolution-830dd5dd7ae607772ff7b8b930533939803a2a94.tar.bz2
gsoc2013-evolution-830dd5dd7ae607772ff7b8b930533939803a2a94.tar.lz
gsoc2013-evolution-830dd5dd7ae607772ff7b8b930533939803a2a94.tar.xz
gsoc2013-evolution-830dd5dd7ae607772ff7b8b930533939803a2a94.tar.zst
gsoc2013-evolution-830dd5dd7ae607772ff7b8b930533939803a2a94.zip
Make the ESearchBar pretty by using the same border for the dropdown
button as the option menu, and adding the right amount of empty space on the right, to match the size of a scrollbar. (The latter is just a dirty ugly bad hack, but it's fine for now.) svn path=/trunk/; revision=7876
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 ccd2c1828c..112d6d3aec 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,5 +1,12 @@
2001-01-28 Ettore Perazzoli <ettore@ximian.com>
+ * e-search-bar.c (add_spacer): Make the spacer 4 pixels wider.
+ (add_dropdown): Put the dropdown button into an event box with a
+ 1-pixel border, so that we match the [Hardcoded! Stupid GTK+!]
+ border around the option menu.
+
+2001-01-28 Ettore Perazzoli <ettore@ximian.com>
+
* e-dropdown-button.c (menu_deactivate_cb): New function to change
the state of the toggle button when the pop-up menu disappears.
(impl_clicked): Removed.