Skip to content

Commit d05049f

Browse files
author
volayaf
committed
added line break in button text
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@265 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent 1420a70 commit d05049f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sextante/gui/SextanteToolbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def setupUi(self):
4040
self.verticalLayout.setSpacing(2)
4141
self.verticalLayout.setMargin(0)
4242
self.externalAppsButton = QtGui.QPushButton()
43-
self.externalAppsButton.setText("Click here to configure additional algorithm providers")
43+
self.externalAppsButton.setText("Click here to configure\nadditional algorithm providers")
4444
QObject.connect(self.externalAppsButton, QtCore.SIGNAL("clicked()"), self.configureProviders)
4545
self.verticalLayout.addWidget(self.externalAppsButton)
4646
self.searchBox = QtGui.QLineEdit(self.contents)

0 commit comments

Comments
 (0)