We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1420a70 commit d05049fCopy full SHA for d05049f
src/sextante/gui/SextanteToolbox.py
@@ -40,7 +40,7 @@ def setupUi(self):
40
self.verticalLayout.setSpacing(2)
41
self.verticalLayout.setMargin(0)
42
self.externalAppsButton = QtGui.QPushButton()
43
- self.externalAppsButton.setText("Click here to configure additional algorithm providers")
+ self.externalAppsButton.setText("Click here to configure\nadditional algorithm providers")
44
QObject.connect(self.externalAppsButton, QtCore.SIGNAL("clicked()"), self.configureProviders)
45
self.verticalLayout.addWidget(self.externalAppsButton)
46
self.searchBox = QtGui.QLineEdit(self.contents)
0 commit comments