Fixed tooltip bug appeared after adding displaying counters. Updated card plugin. Hid New Draft button for release as drafting is not ready yet.

This commit is contained in:
magenoxx 2011-01-30 19:01:26 +03:00
parent 4cc14cb3ed
commit a99be05446
4 changed files with 26 additions and 18 deletions

View file

@ -227,6 +227,8 @@ public class TablesPanel extends javax.swing.JPanel implements Observer {
btnNewDraftActionPerformed(evt);
}
});
//FIXME: removed on released 0.6 version
btnNewDraft.setVisible(false);
javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
jPanel1.setLayout(jPanel1Layout);