Fixed viewer size update, code clean, fixed typo

This commit is contained in:
Oleg Agafonov 2018-04-06 11:49:08 +04:00
parent 202b40a449
commit dc1eaeb5bb
4 changed files with 5 additions and 2 deletions

View file

@ -668,6 +668,7 @@ public class MageBook extends JComponent {
setPreferredSize(new Dimension(conf.WIDTH, conf.HEIGHT));
setMinimumSize(new Dimension(conf.WIDTH, conf.HEIGHT));
addSetTabs();
showCards();
}
/**