mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix layout
This commit is contained in:
parent
167f6e0c25
commit
921c73aeda
3 changed files with 10 additions and 0 deletions
|
@ -89,6 +89,8 @@ public class JConsole extends javax.swing.JDialog {
|
|||
});
|
||||
mainSplit.setLeftComponent(input);
|
||||
|
||||
output.setFont(new java.awt.Font("DialogInput", 0, 12)); // NOI18N
|
||||
output.setComponentPopupMenu(stdoutPopupMenu);
|
||||
outputScrollPane.setViewportView(output);
|
||||
|
||||
mainSplit.setRightComponent(outputScrollPane);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue