Skip to content

Commit

Permalink
perf(UI): adjust service list mini width
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Apr 8, 2024
1 parent 5b03f6e commit 27b7e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/Swift/View/SettingView/Tabs/ServiceTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct ServiceTab: View {
.clipShape(RoundedRectangle(cornerRadius: 10))
.padding(.bottom)
.padding(.horizontal)
.frame(minWidth: 250)
.frame(minWidth: 260)
}

Group {
Expand Down

0 comments on commit 27b7e54

Please sign in to comment.