The progress bar changes size when text is added/removed. Prevent

these changes by setting the text to a single space when there is no
text to display.  Fixes #343455.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14298 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-06-02 21:43:18 +00:00
parent 683d667074
commit e2a2770110
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
2006-06-02 David Hampton <hampton@employees.org>
* src/gnome-utils/gnc-main-window.c:
* src/gnome-utils/gnc-window.c: The progress bar changes size when
text is added/removed. Prevent these changes by setting the text
to a single space when there is no text to display. Fixes
#343455.
* src/gnome/window-reconcile.c: Limit the reconciliation date to
the past or today, never the future. Fixes #343527.