Skip to content

Improve resizing of "File Information" dialog.

Cory Cohen requested to merge cfcohen/kmymoney:resize_fileinfo_dialog into master

Remove the spacer that expands during dialog resize, instead allowing the Account View tree widget to expand to utilize the available space. Also, make the entire dialog and Account View tree widget a little larger initially, since most users will probably have more than two account types.

This change was mostly to make sure I knew how to use QtDesigner to make changes to UI elements.

Merge request reports