[grisbi-cvs] grisbi/src gsb_data_partial_balance.c,1.5,1.6

Martin Stromberger fabiolla at users.sourceforge.net
Tue Sep 8 14:47:19 CEST 2009


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1601/src

Modified Files:
	gsb_data_partial_balance.c 
Log Message:
minor layout-change (size, icon and text)

Index: gsb_data_partial_balance.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_data_partial_balance.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gsb_data_partial_balance.c	24 Aug 2009 20:19:46 -0000	1.5
+++ gsb_data_partial_balance.c	8 Sep 2009 12:47:16 -0000	1.6
@@ -1325,6 +1325,7 @@
     gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sw),
                         GTK_POLICY_NEVER,
                         GTK_POLICY_ALWAYS);
+	gtk_widget_set_size_request( sw, 600, 200 );
 
     /* create the model */
     list_store = gtk_list_store_new ( 2, G_TYPE_STRING, G_TYPE_INT );
@@ -1391,7 +1392,7 @@
 
     devel_debug ( NULL);
 
-    dialog = gtk_dialog_new_with_buttons ( _("Add a partial balance"),
+    dialog = gtk_dialog_new_with_buttons ( _("Partial balance"),
                         GTK_WINDOW ( window ),
                         GTK_DIALOG_MODAL,
                         GTK_STOCK_CANCEL, 0,
@@ -1399,7 +1400,7 @@
                         NULL );
     gtk_window_set_position ( GTK_WINDOW ( dialog ), GTK_WIN_POS_CENTER_ON_PARENT );
 
-    main_vbox = new_vbox_with_title_and_icon ( _("Add a partial balance"), NULL );
+    main_vbox = new_vbox_with_title_and_icon ( _("Partial balance details"), "payment.png" );
     gtk_box_pack_start ( GTK_BOX ( GTK_DIALOG ( dialog ) -> vbox ), main_vbox, TRUE, TRUE, 0 );
 
     vbox = gtk_vbox_new ( FALSE, 12 );



More information about the cvs mailing list