Improved dialogs#51
Conversation
OptionsDialogFixed. The resizing was done in the designer, and the minimum size was put in the OptionsDialog.cs file. This is totally compatible with the designer in the future. |
|
Great, thank you once more! |
|
There is still a dialog missing: PDFExportFinished. The problem is that I'm unable to compile NClass anymore. It seems I'm missing PDFSharp (that did not happen before, I only have NReflect), and X-something. What do I have to do to have to include and how, in order to get the executable? |
|
Yes, I needed to switch from PdfSharp to PDFsharp-gdi nuget package. You need to restore your nuget packages (at least of the PdfExport project), visual studio does this automatically, but I don't know if/which IDE you use. |
I fixed that installing nuget CLI and executing |
This is a modification of two dialogs that needed more size and better placement.
PDFExportOptions:
OptionsDialog: