We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6b8fa commit 6018eb6Copy full SHA for 6018eb6
1 file changed
src/main/kotlin/be/ugent/topl/mio/ui/InteractiveDebugger.kt
@@ -241,7 +241,7 @@ class InteractiveDebugger(
241
toolBar.add(stepLineButton)
242
toolBar.addSeparator()
243
toolBar.add(flashButton)
244
- toolBar.addSeparator()
+ //toolBar.addSeparator()
245
if (config.checkpointHistory) {
246
toolBar.add(JButton(FlatSVGIcon(javaClass.getResource("/history.svg"))).apply {
247
toolTipText = "Checkpoint history"
@@ -264,7 +264,7 @@ class InteractiveDebugger(
264
}
265
266
})
267
- toolBar.add(consoleToggle)
+ //toolBar.add(consoleToggle)
268
toolBar.add(progressBar)
269
270
val theme =
0 commit comments