This commit is contained in:
2022-01-06 20:16:06 +01:00
parent 2e2b82bc97
commit c44b2423b3

View File

@@ -271,7 +271,7 @@ public class GuitarTeX2 extends JFrame {
//gtxHeight = this.getHeight();
//gtxWidth = this.getWidth();
gtxHeight = 650;
gtxWidth = 900;
gtxWidth = 950;
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
//gtxTop = new Double((screenSize.getHeight()/2) - (gtxHeight/2)).intValue();