forked from External/mage
Increased h.scroll speed for cards in hand. Made client maximized on startup.
This commit is contained in:
parent
e2955de950
commit
9306d94ad2
4 changed files with 12 additions and 4 deletions
|
|
@ -85,6 +85,8 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
public GamePanel() {
|
||||
initComponents();
|
||||
|
||||
hand.setHScrollSpeed(8);
|
||||
|
||||
//FIXME: remove from here
|
||||
try {
|
||||
// Override layout (I can't edit generated code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue