Ariver
2026-07-07 ae7fcc35862edb366ed7775d3dc7e93e53e59290
C1.source/Apptag/PreferencesView.swift
@@ -1022,14 +1022,6 @@
            .padding(.vertical, 10)
            .frame(width: dataPanelWidth, alignment: .leading)
            .frame(minHeight: 44)
            .background(
                RoundedRectangle(cornerRadius: 10, style: .continuous)
                    .fill(Color(nsColor: .controlBackgroundColor))
            )
            .overlay(
                RoundedRectangle(cornerRadius: 10, style: .continuous)
                    .stroke(Color.secondary.opacity(0.16), lineWidth: 1)
            )
        }
        .frame(maxWidth: .infinity, alignment: .center)
        .padding(.top, 12)