Skip to content

Commit 2dc7083

Browse files
committed
Fix buttons disappearing when window adjusts when long line in output
1 parent 6c69662 commit 2dc7083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui/CsvValidatorUi.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
366366

367367
private val scrollPane = new ScrollPane
368368
txtArReport.peer.setTransferHandler(fileHandler)
369+
scrollPane.preferredSize = new Dimension(300, 70)
369370
scrollPane.viewportView = txtArReport
370371

371372
private val btnValidate = new Button("Validate")

0 commit comments

Comments
 (0)