We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c69662 commit 2dc7083Copy full SHA for 2dc7083
csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui/CsvValidatorUi.scala
@@ -366,6 +366,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
366
367
private val scrollPane = new ScrollPane
368
txtArReport.peer.setTransferHandler(fileHandler)
369
+ scrollPane.preferredSize = new Dimension(300, 70)
370
scrollPane.viewportView = txtArReport
371
372
private val btnValidate = new Button("Validate")
0 commit comments