mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
93012955e1
commit
0422dd5f1f
@ -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:
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user