More intuitive close button in connection dialog
This commit is contained in:
		@@ -180,7 +180,7 @@ class ConnectionDialogWidget(QDialog):
 | 
				
			|||||||
        self.delete_current_connection_button.setEnabled(False)
 | 
					        self.delete_current_connection_button.setEnabled(False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Create a button for closing the widget.
 | 
					        # Create a button for closing the widget.
 | 
				
			||||||
        self.cancel_parameter_input_button = QPushButton("Close")
 | 
					        self.cancel_parameter_input_button = QPushButton("Close Connection Dialog")
 | 
				
			||||||
        self.cancel_parameter_input_button.clicked.connect(self.close)
 | 
					        self.cancel_parameter_input_button.clicked.connect(self.close)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Set a second function for a clicked cancel button, so the configuration is saved.
 | 
					        # Set a second function for a clicked cancel button, so the configuration is saved.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user