From 2c577df27f72d931edcca5157c2e769e39064482 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 8 Oct 2022 23:33:16 +0200 Subject: [PATCH] Cleanup --- sbapp/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sbapp/main.py b/sbapp/main.py index 87ed1b7..f745ce4 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -698,7 +698,6 @@ class SidebandApp(MDApp): self.sideband.setpersistent("lxmf.syncretrying", False) self.sideband.request_lxmf_sync(limit=sl) - # , font_size=dp(20) close_button = MDRectangleFlatButton(text="Close",font_size=sp(18)) stop_button = MDRectangleFlatButton(text="Stop",font_size=sp(18), theme_text_color="Custom", line_color=self.color_reject, text_color=self.color_reject) dialog_content = MsgSync()