Skip to content

Commit c544d49

Browse files
committed
Shift titlebar folder icon left
1 parent 22c50a4 commit c544d49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/ContentView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,6 +2465,7 @@ struct ContentView: View {
24652465
// Draggable folder icon + focused command name
24662466
if let directory = focusedDirectory {
24672467
DraggableFolderIcon(directory: directory)
2468+
.padding(.leading, -7)
24682469
}
24692470

24702471
Text(titlebarText)

0 commit comments

Comments
 (0)