diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-03-11 21:10:49 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-03-11 21:10:49 +0000 |
commit | c20280810ab86d65b7ef5089002c24be90e49d43 (patch) | |
tree | 8b3a5072ea323e6f7640300d88b7aa63248543dd /ChangeLog.pre-2-10 | |
parent | 3e696271463f84d4ea0c46823466cba20ab7c40e (diff) | |
download | gdk-pixbuf-c20280810ab86d65b7ef5089002c24be90e49d43.tar.gz |
Use the same logic as GtkEntry when calculating border width. (#116368,
Thu Mar 11 22:12:14 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same
logic as GtkEntry when calculating border width. (#116368, reported
by Morten Welinder)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index dbc97b4ef..804757fbc 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Thu Mar 11 22:12:14 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same + logic as GtkEntry when calculating border width. (#116368, reported + by Morten Welinder) + Thu Mar 11 15:59:05 2004 Owen Taylor <otaylor@redhat.com> * tests/testgtk.c (create_spins): Use gtk_entry_set_width_chars() @@ -110,10 +116,10 @@ Thu Mar 11 01:08:25 2004 Jonathan Blandford <jrb@gnome.org> Wed Mar 10 23:40:15 2004 Matthias Clasen <maclas@gmx.de> - * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background - on the action view cell renderer here, not in init, so that a) we catch - style changes, and b) we get the real style, not the default one. - Partial fix for #127648, reported by Dave Bordoley. + * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the + background on the action view cell renderer here, not in init, so + that a) we catch style changes, and b) we get the real style, not + the default one. Partial fix for #127648, reported by Dave Bordoley. 2004-03-10 Tor Lillqvist <tml@iki.fi> |