Skip to content

Commit 91b24fc

Browse files
authored
Merge pull request #538 from vvisionnn/main
fix: xcode list row text hidden on macOS 14.4
2 parents 61bee6c + b3fa08b commit 91b24fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xcodes/Frontend/XcodeList/XcodeListView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ struct PlatformsPocket: View {
6363
Image(systemName: "square.3.layers.3d")
6464
.font(.title3.weight(.medium))
6565
Text("PlatformsDescription")
66+
Spacer()
6667
}
6768
.font(.body.weight(.medium))
6869
.padding(.horizontal)
6970
.padding(.vertical, 12)
70-
.frame(maxWidth: .infinity, alignment: .leading)
7171
.background(.quaternary.opacity(0.75))
7272
.clipShape(RoundedRectangle(cornerRadius: 8, style: .continuous))
7373
}

0 commit comments

Comments
 (0)