[Xfce4-commits] <xfce4-weather-plugin:master> Enlarge the search dialog.

Harald Judt noreply at xfce.org
Mon Jul 2 12:38:16 CEST 2012


Updating branch refs/heads/master
         to 4890ab2cf2a048c2ed637f0630e2b4b7036de157 (commit)
       from f28ff30e90bf8a3503ffbd4fb9838bc2bd45f398 (commit)

commit 4890ab2cf2a048c2ed637f0630e2b4b7036de157
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Jun 27 08:15:39 2012 +0200

    Enlarge the search dialog.
    
    With the current size, only 2-3 results will be shown, which is
    really not user-friendly. We have enough space available and can
    easily enlarge the dialog to present more than 10 results.

 panel-plugin/weather-search.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c
index d14a639..56f0823 100644
--- a/panel-plugin/weather-search.c
+++ b/panel-plugin/weather-search.c
@@ -283,7 +283,7 @@ create_search_dialog (GtkWindow *parent,
                     G_CALLBACK (pass_search_results), dialog->dialog);
   gtk_container_add (GTK_CONTAINER (scroll), dialog->result_list);
 
-  gtk_widget_set_size_request (dialog->dialog, 425, 250);
+  gtk_widget_set_size_request (dialog->dialog, 600, 500);
 
   return dialog;
 }


More information about the Xfce4-commits mailing list