Andidy / finance-app

A Finance / Budgeting Application to refresh my C# knowledge and Learn WPF
0 stars 0 forks source link

Event and Balance pop ups #16

Open Andidy opened 3 years ago

Andidy commented 3 years ago

Right now all the UI for creating balances and events is displayed on the main window, as more features are added to the events and balances this will quickly clutter the app, therefore the full dialog for the events and balances should each be replaced with a single button that opens a pop up which has the full dialog. This will clear up the UI space for useful information displays.

Will require research into ways to spawn new sub-windows from a button.