mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 14:54:29 +08:00
Merge remote-tracking branch
'origin/GP-3509-dragonmacher-python-prompt-spacing' into patch (Closes #5379)
This commit is contained in:
+4
@@ -132,6 +132,10 @@ public class InterpreterPanel extends JPanel implements OptionsChangeListener {
|
|||||||
promptTextPane.setBackground(BG_COLOR);
|
promptTextPane.setBackground(BG_COLOR);
|
||||||
inputTextPane.setBackground(BG_COLOR);
|
inputTextPane.setBackground(BG_COLOR);
|
||||||
|
|
||||||
|
// Reduce the gap after the prompt text. The UI will not calculate its preferred size with
|
||||||
|
// a minimum width if the insets have been set.
|
||||||
|
promptTextPane.setMargin(new Insets(0, 0, 0, 0));
|
||||||
|
|
||||||
history = new HistoryManagerImpl();
|
history = new HistoryManagerImpl();
|
||||||
|
|
||||||
outputScrollPane.setFocusable(false);
|
outputScrollPane.setFocusable(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user