forked from External/mage
GUI: reworked battlefield panels to use layouts and dynamic settings (no needs in NetBeans to modify it, no needs in size calculations, improved positions and sizes, deleted outdated code);
This commit is contained in:
parent
546fc1ed9a
commit
f105828e1c
9 changed files with 98 additions and 728 deletions
|
|
@ -46,7 +46,6 @@ import java.util.prefs.Preferences;
|
|||
*/
|
||||
public class PreferencesDialog extends javax.swing.JDialog {
|
||||
|
||||
// TODO: add chat font changes in real time (current code require to app restart)
|
||||
// TODO: fix card hand size (hand panel can't show full card on too big values - must use auto-height)
|
||||
|
||||
private static final Logger logger = Logger.getLogger(PreferencesDialog.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue