-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use a checkbox instead of a button for "Show/Hide split". * Add a horizontal separator as a visual to the "Split" part. * Keep all text fields a fixed size, only grow the Payee and Memo fields when the window is resized. * Add labels above the text fields in the "Split" view, too. * Remove the "frame" variable when creating the TransactionEditWindow. As we use layout management, there's no need to supply a window size. This has the nice consequence that wen opened with the "Split" hidden, the window isn't taller than needed. Unfortunately, the window doesn't auto-shrink when hiding the "Split" again... Also: For some reason the window is only horizontally resizable when the "Split" is shown. Why? * Removed unneeded member variables for labels and the help button. * Removed no longer needed Zeta work-around.
- Loading branch information
1 parent
3bd9289
commit b2f3ad3
Showing
5 changed files
with
108 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters