From a86546808370773ae490bf5f9f76014721fc4cc1 Mon Sep 17 00:00:00 2001 From: JoeamAmier Date: Mon, 18 Sep 2023 22:19:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 +++--- static/XHS_Downloader.tcss | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 6007cf6..93a448e 100644 --- a/main.py +++ b/main.py @@ -93,6 +93,6 @@ class XHSDownloader(App): if __name__ == '__main__': # example() - program() - # app = XHSDownloader() - # app.run() + # program() + app = XHSDownloader() + app.run() diff --git a/static/XHS_Downloader.tcss b/static/XHS_Downloader.tcss index 1620dd0..a30068d 100644 --- a/static/XHS_Downloader.tcss +++ b/static/XHS_Downloader.tcss @@ -1,5 +1,6 @@ Button { width: auto; + margin: 1 2; } RunMenu { layout: horizontal;