dashboard: style

This commit is contained in:
Sebastien Bourdeauducq 2020-06-26 10:12:03 +08:00
parent f36692638c
commit 89c53c35e8
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ class _QuickOpenDialog(QtWidgets.QDialog):
self.manager = manager
self.setWindowTitle("Quick open")
self.setWindowTitle("Quick open...")
layout = QtWidgets.QGridLayout(self)
layout.setSpacing(0)