From 4c0727edee3a9de066eea71d3c53569757b596df Mon Sep 17 00:00:00 2001
From: Sam Penny <33956017+sam1penny@users.noreply.github.com>
Date: Mon, 22 Aug 2022 02:26:57 +0100
Subject: [PATCH] fix line break in sync link in the toolbar (#2022)
---
qt/aqt/toolbar.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qt/aqt/toolbar.py b/qt/aqt/toolbar.py
index c0d0ba320..34b3e652e 100644
--- a/qt/aqt/toolbar.py
+++ b/qt/aqt/toolbar.py
@@ -144,8 +144,8 @@ class Toolbar:
self.link_handlers[label] = self._syncLinkHandler
return f"""
-{name}
-
+{name}
"""
def set_sync_active(self, active: bool) -> None: