[PATCH] help-browser fix



Ok, second try. Sorry if this is already sent, I seem to have some
trouble getting this right...

This is the patch that I stupily forgot to attach to my bug report.
It's a cosmetic fix for help-browser that makes the URL-entry area look
like the Location: entry in GMC. I think this looks much better and the
label "Location:" is better than "URL:" IMHO.

Please take a look at it.

Regards,
Richard

Index: window.c
===================================================================
RCS file: /cvs/gnome/gnome-core/help-browser/window.c,v
retrieving revision 1.59
diff -u -r1.59 window.c
--- window.c	1999/01/10 11:07:05	1.59
+++ window.c	1999/01/11 21:14:15
@@ -442,10 +442,11 @@
     
     handleBox = gtk_handle_box_new();
 
-    hbox = gtk_hbox_new(FALSE, 0);
+    hbox = gtk_hbox_new(FALSE, 2);
+    gtk_container_set_border_width (GTK_CONTAINER (hbox), 3);
     gtk_widget_show(hbox);
     
-    label = gtk_label_new("URL: ");
+    label = gtk_label_new("Location:");
     gtk_widget_show(label);
     
     entry = gnome_entry_new(NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]