This commit is contained in:
Marius Stanciu
2019-01-30 00:43:59 +02:00
committed by Marius S
parent 5a0488c19f
commit e5b4f5fd6b
2 changed files with 3 additions and 3 deletions

View File

@@ -1343,7 +1343,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
self.panbuttonlabel = QtWidgets.QLabel('<b>Pan Button:</b>')
self.panbuttonlabel.setToolTip("Select the mouse button to use for panning:\n"
"- MMB --> Middle Mouse Button\n"
"- RMB --> Middle Mouse Button")
"- RMB --> Right Mouse Button")
self.pan_button_radio = RadioSet([{'label': 'MMB', 'value': '3'},
{'label': 'RMB', 'value': '2'}])