small changes
This commit is contained in:
parent
74618c0168
commit
333809c2ab
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ public class MainGUI {
|
|||
main.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
|
||||
level.setBounds(10, 10, 200, 30);
|
||||
level.setFont(level.getFont().deriveFont(20f));
|
||||
level.setFont(level.getFont().deriveFont(15f));
|
||||
|
||||
filtercompleted.setBounds(720, 15, 200, 30);
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
1.0
|
||||
1.2
|
||||
https://github.com/potzplitz/ExtremeDemonList/releases/download/sdfdf/List.jar
|
Loading…
Reference in a new issue