[gnome-dictionary] Revert "Revert "Make the lookup button look like a button""



commit e14a8994bbee804ed335f2aeb07e8a2d60dc180e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Oct 5 19:58:01 2013 -0500

    Revert "Revert "Make the lookup button look like a button""
    
    This reverts commit c0c487d16ffa053bc5f4c1ed5de4c9f5d79a963a.
    
    The more reverts in the commit message, the better I look.

 src/gdict-window.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/gdict-window.c b/src/gdict-window.c
index 7eefd50..dd5ff95 100644
--- a/src/gdict-window.c
+++ b/src/gdict-window.c
@@ -1612,12 +1612,11 @@ gdict_window_constructor (GType                  type,
   gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
   gtk_widget_show (hbox);
   
-  button = gtk_button_new_with_mnemonic (_("Look _up:"));
+  button = gtk_button_new_with_mnemonic (_("Look _up"));
   g_signal_connect_swapped (button, "clicked",
                             G_CALLBACK (lookup_word),
                             window);
-  gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
-  gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
+  gtk_box_pack_end (GTK_BOX (hbox), button, FALSE, FALSE, 0);
   gtk_widget_show (button);
 
   window->completion_model = gtk_list_store_new (COMPLETION_N_COLUMNS,


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