Skip to content

Commit 6018eb6

Browse files
committed
Hide console button
1 parent 5e6b8fa commit 6018eb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/kotlin/be/ugent/topl/mio/ui/InteractiveDebugger.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class InteractiveDebugger(
241241
toolBar.add(stepLineButton)
242242
toolBar.addSeparator()
243243
toolBar.add(flashButton)
244-
toolBar.addSeparator()
244+
//toolBar.addSeparator()
245245
if (config.checkpointHistory) {
246246
toolBar.add(JButton(FlatSVGIcon(javaClass.getResource("/history.svg"))).apply {
247247
toolTipText = "Checkpoint history"
@@ -264,7 +264,7 @@ class InteractiveDebugger(
264264
}
265265
}
266266
})
267-
toolBar.add(consoleToggle)
267+
//toolBar.add(consoleToggle)
268268
toolBar.add(progressBar)
269269

270270
val theme =

0 commit comments

Comments
 (0)