diff --git a/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/action/DebuggerGoToDialog.java b/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/action/DebuggerGoToDialog.java index 230b187730..ad93816bca 100644 --- a/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/action/DebuggerGoToDialog.java +++ b/Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/action/DebuggerGoToDialog.java @@ -52,10 +52,12 @@ public class DebuggerGoToDialog extends DialogComponentProvider { panel.setBorder(new EmptyBorder(16, 16, 16, 16)); JLabel help = new JLabel( "Enter any sleigh expression to evaluate against the current thread.
" + - "Note that constants and memory derefs must have a resolved size, e.g.:" + + "Note that constants and memory derefs must have a resolved size.
" + + "Examples:
" + ""); help.getMaximumSize().width = 400; panel.add(help, BorderLayout.NORTH);