From cac16393e3aed6952cb9133e661f34ff497d6724 Mon Sep 17 00:00:00 2001 From: phlpsong Date: Sun, 7 Jan 2024 17:10:55 +0800 Subject: [PATCH] fix: change service tab frame size --- Easydict/App/Localizable.xcstrings | 3 --- Easydict/NewApp/View/SettingView/SettingView.swift | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Easydict/App/Localizable.xcstrings b/Easydict/App/Localizable.xcstrings index 62c8fd48d..0ee5bae52 100644 --- a/Easydict/App/Localizable.xcstrings +++ b/Easydict/App/Localizable.xcstrings @@ -1,9 +1,6 @@ { "sourceLanguage" : "en", "strings" : { - "" : { - - }, "about" : { "comment" : "about", "localizations" : { diff --git a/Easydict/NewApp/View/SettingView/SettingView.swift b/Easydict/NewApp/View/SettingView/SettingView.swift index d098543f5..de1464158 100644 --- a/Easydict/NewApp/View/SettingView/SettingView.swift +++ b/Easydict/NewApp/View/SettingView/SettingView.swift @@ -17,7 +17,7 @@ struct SettingView: View { .frame(width: 500, height: 400) ServiceTab() .tabItem { Label("service", systemImage: "briefcase") } - .frame(width: 500, height: 400) + .frame(width: 360, height: 540) PrivacyTab() .tabItem { Label("privacy", systemImage: "hand.raised.square") } .frame(width: 500, height: 400)