We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a648652 commit 7627aa6Copy full SHA for 7627aa6
CodeEdit/Features/StatusBar/Views/StatusBarItems/StatusBarFileInfoView.swift
@@ -24,7 +24,7 @@ struct StatusBarFileInfoView: View {
24
let width = dimensionsNumberStyle.format(dimensions.width)
25
let height = dimensionsNumberStyle.format(dimensions.height)
26
27
- Text("\(width)x\(height)")
+ Text("\(width) × \(height)")
28
}
29
30
if let fileSize = statusBarViewModel.fileSize {
0 commit comments