Skip to content

Commit 569bee8

Browse files
authored
Improve PDFExportFinishedPDF dialog size under mono (#54)
* Ingores rider files * Improves dialog size
1 parent 6f95b95 commit 569bee8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,7 @@ FakesAssemblies/
219219
_Pvt_Extensions
220220
src/Installer/files/*
221221
src/GUI/styles
222-
src/AssemblyImport/libs
222+
src/AssemblyImport/libs
223+
src/lib/*
224+
src/libs/*
225+
src/.idea/*

src/PDFExport/PDFExportFinished.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ public PDFExportFinished()
1515
{
1616
InitializeComponent();
1717

18+
this.MinimumSize = new Size(450, 125);
19+
1820
LocalizeComponents();
1921
}
2022

0 commit comments

Comments
 (0)