File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 
src/processing/mode/android Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ private void createLayout() {
9292    buttons .setAlignmentX (LEFT_ALIGNMENT );
9393    JButton  okButton  = new  JButton ("OK" );
9494    Dimension  dim  = new  Dimension (Toolkit .getButtonWidth (),
95-                                   Toolkit . zoom ( okButton .getPreferredSize ().height ) );
95+                                   okButton .getPreferredSize ().height );
9696    okButton .setPreferredSize (dim );
9797    okButton .addActionListener (new  ActionListener () {
9898      public  void  actionPerformed (ActionEvent  e ) {
@@ -128,7 +128,7 @@ public void actionPerformed(ActionEvent e) {
128128
129129    JButton  resetKeystoreButton  = new  JButton ("Reset password" );
130130    dim  = new  Dimension (Toolkit .getButtonWidth ()*2 ,
131-                         Toolkit . zoom ( resetKeystoreButton .getPreferredSize ().height ) );
131+                         resetKeystoreButton .getPreferredSize ().height );
132132    resetKeystoreButton .setPreferredSize (dim );
133133    resetKeystoreButton .addActionListener (new  ActionListener () {
134134      public  void  actionPerformed (ActionEvent  e ) {
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ public void mouseClicked(MouseEvent e) {
155155    buttons .setAlignmentX (LEFT_ALIGNMENT );
156156    JButton  okButton  = new  JButton ("OK" );
157157    Dimension  dim  = new  Dimension (Toolkit .getButtonWidth (),
158-                                   Toolkit . zoom ( okButton .getPreferredSize ().height ) );
158+                                   okButton .getPreferredSize ().height );
159159    okButton .setPreferredSize (dim );
160160    okButton .addActionListener (new  ActionListener () {
161161      public  void  actionPerformed (ActionEvent  e ) {
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ private void createLayout() {
531531    buttons .setAlignmentX (LEFT_ALIGNMENT );
532532    JButton  cancelButton  = new  JButton ("Cancel download" );
533533    Dimension  dim  = new  Dimension (Toolkit .getButtonWidth ()*2 ,
534-         cancelButton .getPreferredSize ().height );
534+                                    cancelButton .getPreferredSize ().height );
535535
536536    cancelButton .setPreferredSize (dim );
537537    cancelButton .addActionListener (new  ActionListener () {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments