forked from External/mage
Removed white rectangle at startup in big card. Changed gaps between components a little.
This commit is contained in:
parent
ff0f66c003
commit
2aad7682bd
2 changed files with 4 additions and 4 deletions
|
|
@ -151,8 +151,8 @@ public class BigCard extends javax.swing.JPanel {
|
|||
scrollPane.setViewportView(text);
|
||||
|
||||
add(scrollPane);
|
||||
scrollPane.setBounds(20, 230, 210, 120);
|
||||
scrollPane.setBounds(new Rectangle(CONTENT_MAX_XOFFSET, TEXT_MAX_YOFFSET, TEXT_MAX_WIDTH, TEXT_MAX_HEIGHT));
|
||||
//scrollPane.setBounds(20, 230, 210, 120);
|
||||
//scrollPane.setBounds(new Rectangle(CONTENT_MAX_XOFFSET, TEXT_MAX_YOFFSET, TEXT_MAX_WIDTH, TEXT_MAX_HEIGHT));
|
||||
}// </editor-fold>//GEN-END:initComponents
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue