diff --git a/control-center/ChangeLog b/control-center/ChangeLog index 92d4051ac..c124d5545 100644 --- a/control-center/ChangeLog +++ b/control-center/ChangeLog @@ -1,3 +1,9 @@ +2001-07-13 Kai Lahmann + + * capplet-dir-view-html.c (header_populate): made the header + smaller - scrolling won't go + (html_populate): small fixes in html code + 2001-07-13 jacob berkman * main.c (main): initialize gconf if gtkhtml is gconf-enabled diff --git a/control-center/capplet-dir-view-html.c b/control-center/capplet-dir-view-html.c index 6d6d4af0f..7dff7579c 100644 --- a/control-center/capplet-dir-view-html.c +++ b/control-center/capplet-dir-view-html.c @@ -137,20 +137,20 @@ header_populate (CappletDirView *view) "\n" "\n" "\n" -"\"\"\n" -"\"\"\n" -"\"Gnome\"\n" -"\"\"\n" -"Your Gnome\n" +"\"\"\n" +"\"\"\n" +"\"Gnome\"\n" +"\"\"\n" +"Your Gnome\n" #if 0 -"\"\"\n" +"\n" #endif "\n" ""; gtk_html_write (data->top, stream, s, strlen (s)); gtk_html_end (data->top, stream, GTK_HTML_STREAM_OK); - gtk_widget_set_usize (GTK_WIDGET (data->top), 0, 139); + gtk_widget_set_usize (GTK_WIDGET (data->top), 0, 110); } static void @@ -169,16 +169,15 @@ html_populate (CappletDirView *view) stream = gtk_html_begin (data->main); s = -"\n" +"\n" "\n" " \n" " GNOME Control Center\n" " \n" " \n" -" \"\"\n" -"

\n" +" \n" #if 0 -" \"\"\n" +" \n" " \n" " \n" "
\n" @@ -232,7 +231,6 @@ html_populate (CappletDirView *view) s = "
\n" -"

\n" " \n" "\n"; gtk_html_write (data->main, stream, s, strlen (s));