Diff: arrows on the search bar
hv1989
hv1989 at gmail.com
Thu Mar 1 18:32:24 UTC 2007
Hi,
(still no working feisty yelp, so again I will explain what needs to be
updated:)
I find it a bit confusing the arrows are pointing to each other. I think it
is more normal if the arrows are standing up and down.
file: ./src/yelp-window.c
find:
(1404:) arrow = gtk_arrow_new (GTK_ARROW_RIGHT, GTK_SHADOW_NONE);
replace
arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_NONE);
file: ./src/yelp-window.c
find:
(1416:) arrow = gtk_arrow_new (GTK_ARROW_LEFT, GTK_SHADOW_NONE);
replace
arrow = gtk_arrow_new (GTK_ARROW_UP, GTK_SHADOW_NONE);
Also I want to change 'Find Next' and 'Find Previous' to 'Next' and
'Previous', because it is clear what they are standing for. I don't think it
is needed it get repeated again. But ran into some problems. When I just
remove the words the icon to close the search bar is getting bigger. So it
isn't standing in the right corner anymore, but some 10px away from it.
(To look yourself look in ./src/yelp-window.c and change (1405 and1415)
'label = gtk_label_new_with_mnemonic (_("Find _Next"));' to 'label =
gtk_label_new_with_mnemonic (_("_Next"));' and 'label =
gtk_label_new_with_mnemonic (_("Find _Previous"));' to 'label =
gtk_label_new_with_mnemonic (_("_Previous"));'. So for the moment only the
arrows fix)
greetz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-doc/attachments/20070301/ead8968b/attachment.html>
More information about the ubuntu-doc
mailing list