* src/gnome/glade/sched-xact.glade: Need to start the Editor dialog

as non-visible so the ledger get's sized properly
	* src/gnome/dialog-scheduledxaction.c: resize the cal after the
	  dialog is shown, so it get's sized properly.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7961 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-02-09 19:09:37 +00:00
parent 93012955e1
commit 0422dd5f1f
3 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,11 @@
arguments to prevent scheme crash.
Fixes 105405
* src/gnome/glade/sched-xact.glade: Need to start the Editor dialog
as non-visible so the ledger get's sized properly
* src/gnome/dialog-scheduledxaction.c: resize the cal after the
dialog is shown, so it get's sized properly.
2003-02-07 Derek Atkins <derek@ihtfp.com>
* src/scm/main.scm:

View File

@ -1423,6 +1423,8 @@ gnc_ui_scheduled_xaction_editor_dialog_create( SchedXactionDialog *sxd,
gtk_widget_show_all(sxed->dialog);
/* Refresh the cal and the ledger */
gtk_widget_queue_resize( GTK_WIDGET( sxed->example_cal ) );
gnc_ledger_display_refresh( sxed->ledger );
return sxed;

View File

@ -20,6 +20,7 @@
<widget>
<class>GnomeDialog</class>
<name>Scheduled Transaction Editor</name>
<visible>False</visible>
<title>Edit Scheduled Transaction</title>
<type>GTK_WINDOW_TOPLEVEL</type>
<position>GTK_WIN_POS_CENTER</position>