Skip to content

Commit c211965

Browse files
authored
Merge pull request #597 from digital-preservation/DR2-2452_fixButtonsDisappearingWhenAdjustingWindow
Fix buttons disappearing when window adjusts when long line in output
2 parents d703873 + 2dc7083 commit c211965

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)