Skip to content

Commit

Permalink
fix: change service tab frame size
Browse files Browse the repository at this point in the history
  • Loading branch information
phlpsong committed Jan 7, 2024
1 parent 238f524 commit cac1639
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Easydict/App/Localizable.xcstrings
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"sourceLanguage" : "en",
"strings" : {
"" : {

},
"about" : {
"comment" : "about",
"localizations" : {
Expand Down
2 changes: 1 addition & 1 deletion Easydict/NewApp/View/SettingView/SettingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cac1639

Please sign in to comment.