From 78265c9fd2f7526876c1418b80dda44d96f6c644 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 22 Aug 2011 16:25:02 +0100 Subject: search-bar: move close button to RHS Signed-off-by: Jonny Lamb --- libempathy-gtk/empathy-search-bar.ui | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui index 7d42594d2..0cb9f3c7b 100644 --- a/libempathy-gtk/empathy-search-bar.ui +++ b/libempathy-gtk/empathy-search-bar.ui @@ -6,18 +6,6 @@ True 2 GTK_TOOLBAR_BOTH_HORIZ - - - True - True - True - gtk-close - - - False - True - - True @@ -119,5 +107,26 @@ + + + True + + + True + True + + + + + True + True + True + gtk-close + + + False + True + + -- cgit v1.2.3 From 64e2c818c7faead9671d959a87d60ce92c082ab1 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 22 Aug 2011 16:25:49 +0100 Subject: search-bar: make close button non-important stock gtk-close This has the much nicer side-effect that if it gets thrown off the side because it doesn't have enough room, the icon and label will be shown in the expander. Signed-off-by: Jonny Lamb --- libempathy-gtk/empathy-search-bar.ui | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui index 0cb9f3c7b..f6a615ede 100644 --- a/libempathy-gtk/empathy-search-bar.ui +++ b/libempathy-gtk/empathy-search-bar.ui @@ -119,9 +119,8 @@ True - True - True - gtk-close + False + gtk-close False -- cgit v1.2.3 From 6df8cf14b3b25782ce5437ae0e26e0726da1daa2 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 22 Aug 2011 16:50:51 +0100 Subject: search-bar: use smaller icons Signed-off-by: Jonny Lamb --- libempathy-gtk/empathy-search-bar.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui index f6a615ede..e041355ac 100644 --- a/libempathy-gtk/empathy-search-bar.ui +++ b/libempathy-gtk/empathy-search-bar.ui @@ -4,7 +4,7 @@ True - 2 + 1 GTK_TOOLBAR_BOTH_HORIZ -- cgit v1.2.3 From 885456479f37aa5aa500361bef33ac3dd746428a Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 22 Aug 2011 16:51:01 +0100 Subject: search-bar: shorten labels to just Next & Previous The verb, "Find", is already present on the left of the entry. Signed-off-by: Jonny Lamb --- libempathy-gtk/empathy-search-bar.ui | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui index e041355ac..cfb8eeddd 100644 --- a/libempathy-gtk/empathy-search-bar.ui +++ b/libempathy-gtk/empathy-search-bar.ui @@ -36,10 +36,11 @@ - Find Previous + _Previous True True gtk-go-back-ltr + True True @@ -47,10 +48,11 @@ - Find Next + _Next True True gtk-go-forward-ltr + True True @@ -62,10 +64,11 @@ True - Match case + Mat_ch case True True True + True -- cgit v1.2.3