mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fixed that the chat text input area's high was to small to show the descender of letters completely.
This commit is contained in:
parent
6098aa1d7c
commit
57bec7a0c1
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ class TableModel extends AbstractTableModel {
|
|||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addComponent(jScrollPaneTxt, javax.swing.GroupLayout.DEFAULT_SIZE, 294, Short.MAX_VALUE)
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||
.addComponent(txtMessage, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||
.addComponent(txtMessage, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||
);
|
||||
jTablePlayers = null;
|
||||
jScrollPanePlayers = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue