[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
- Previous message: [grisbi-cvs] grisbi/src gsb_file_save.c,1.139,1.140
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.54, 1.55 da.po, 1.61, 1.62 de.po, 1.120, 1.121 el.po, 1.25, 1.26 eo.po, 1.18, 1.19 es.po, 1.110, 1.111 fa.po, 1.48, 1.49 fr.po, 1.182, 1.183 he.po, 1.54, 1.55 it.po, 1.54, 1.55 nl.po, 1.53, 1.54 pl.po, 1.59, 1.60 pt_BR.po, 1.56, 1.57 ro.po, 1.54, 1.55 ru.po, 1.53, 1.54 zh_CN.po, 1.48, 1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 );
- Previous message: [grisbi-cvs] grisbi/src gsb_file_save.c,1.139,1.140
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.54, 1.55 da.po, 1.61, 1.62 de.po, 1.120, 1.121 el.po, 1.25, 1.26 eo.po, 1.18, 1.19 es.po, 1.110, 1.111 fa.po, 1.48, 1.49 fr.po, 1.182, 1.183 he.po, 1.54, 1.55 it.po, 1.54, 1.55 nl.po, 1.53, 1.54 pl.po, 1.59, 1.60 pt_BR.po, 1.56, 1.57 ro.po, 1.54, 1.55 ru.po, 1.53, 1.54 zh_CN.po, 1.48, 1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list