From 99d3b20ac598df507e9394a2244c5b3145dde88a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 22 May 2003 17:50:15 +0000 Subject: Don't set a border width on the zoom control, so that it fits on the 2003-05-22 Christian Persch * lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_init): Don't set a border width on the zoom control, so that it fits on the address toolbar. --- ChangeLog | 7 +++++++ lib/widgets/ephy-zoom-control.c | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e51de26d3..057e64b90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-05-22 Christian Persch + + * lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_init): + + Don't set a border width on the zoom control, so that it + fits on the address toolbar. + 2003-05-22 Dmitry G. Mastrukov * configure.in: Added Belarusian to ALL_LINGUAS. diff --git a/lib/widgets/ephy-zoom-control.c b/lib/widgets/ephy-zoom-control.c index c3751ebc4..36a2e12aa 100644 --- a/lib/widgets/ephy-zoom-control.c +++ b/lib/widgets/ephy-zoom-control.c @@ -221,7 +221,6 @@ ephy_zoom_control_init (EphyZoomControl *control) gtk_widget_show (box); gtk_container_add (GTK_CONTAINER (control), box); - gtk_container_set_border_width (GTK_CONTAINER (control), 3); p->handler_id = g_signal_connect (p->option_menu, "changed", G_CALLBACK (option_menu_changed_cb), control); -- cgit v1.2.3