Browse Source

Fixed syntax error in new UI

hutattedonmyarm 12 years ago
parent
commit
7cfd1fb2c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CubeControl/Frame.java

+ 1
- 1
CubeControl/Frame.java View File

@@ -786,7 +786,7 @@ public class Frame extends JFrame implements ListSelectionListener {
786 786
       }
787 787
     });
788 788
 
789
-    jLabel4.setBounds536, 208, 112, 20);
789
+    jLabel4.setBounds(536, 208, 112, 20);
790 790
     jLabel4.setText("Remaining:");
791 791
     jLabel4.setFont(new Font("Dialog", Font.PLAIN, 13));
792 792
     cp.add(jLabel4);

Loading…
Cancel
Save