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)