From 9d6999af33b80e4d61d4c1d7c5e8e0375fd3d513 Mon Sep 17 00:00:00 2001 From: nyne Date: Wed, 23 Apr 2025 16:58:38 +0800 Subject: [PATCH] Improve UI --- assets/translation.json | 6 ++++-- lib/pages/reader/scaffold.dart | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/translation.json b/assets/translation.json index 62654b7..2d24de1 100644 --- a/assets/translation.json +++ b/assets/translation.json @@ -388,7 +388,8 @@ "Suggestions": "建议", "Do not report any issues related to sources to App repo.": "请不要向App仓库报告任何与源相关的问题", "Click the setting icon to change the source list url.": "点击设置图标更改源列表URL", - "Show single image on first page": "在首页显示单张图片" + "Show single image on first page": "在首页显示单张图片", + "Click to select an image": "点击选择一张图片" }, "zh_TW": { "Home": "首頁", @@ -779,6 +780,7 @@ "Suggestions": "建議", "Do not report any issues related to sources to App repo.": "請不要向App倉庫報告任何與源相關的問題", "Click the setting icon to change the source list url.": "點擊設定圖示更改源列表URL", - "Show single image on first page": "在首頁顯示單張圖片" + "Show single image on first page": "在首頁顯示單張圖片", + "Click to select an image": "點擊選擇一張圖片" } } diff --git a/lib/pages/reader/scaffold.dart b/lib/pages/reader/scaffold.dart index 9986766..bfc1a86 100644 --- a/lib/pages/reader/scaffold.dart +++ b/lib/pages/reader/scaffold.dart @@ -958,7 +958,7 @@ class _SelectImageOverlayContentState extends State<_SelectImageOverlayContent> child: Align( alignment: Alignment( 0, - -0.6, + -0.8, ), child: Container( width: 232,