[PATCH] cosmetic fix for help-browser



Ok, sorry if this is already in some persons patch queue.

This is a patch that makes the help-browser's URL-entry field look like
the "Location"-entry in GMC. More consistent and less ugly than before
:)

Miguel, you told me that you had applied it but I haven't seen it
appear on cvs for several weeks now, so that's why I'm sending this
again. Sorry if it's already on it's way.

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]