Nudge titlebar folder icon right by 1px
This commit is contained in:
parent
c544d49b79
commit
7f1e8835fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue