From 89c53c35e8b3925bc91e0b75165c7963515f5def Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 26 Jun 2020 10:12:03 +0800 Subject: [PATCH] dashboard: style --- artiq/dashboard/experiments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/dashboard/experiments.py b/artiq/dashboard/experiments.py index d4a7d788a..6095a3466 100644 --- a/artiq/dashboard/experiments.py +++ b/artiq/dashboard/experiments.py @@ -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)