mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Fixed viewer size update, code clean, fixed typo
This commit is contained in:
parent
202b40a449
commit
dc1eaeb5bb
4 changed files with 5 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue