Nudge titlebar folder icon right by 1px

This commit is contained in:
Lawrence Chen 2026-03-23 23:06:10 -07:00
parent c544d49b79
commit 7f1e8835fe
No known key found for this signature in database

View file

@ -2465,7 +2465,7 @@ struct ContentView: View {
// Draggable folder icon + focused command name
if let directory = focusedDirectory {
DraggableFolderIcon(directory: directory)
.padding(.leading, -7)
.padding(.leading, -6)
}
Text(titlebarText)