Merge pull request #2030 from manaflow-ai/task-titlebar-folder-icon-left
Shift titlebar folder icon 7px left
This commit is contained in:
commit
441118b1bb
1 changed files with 1 additions and 0 deletions
|
|
@ -2465,6 +2465,7 @@ struct ContentView: View {
|
|||
// Draggable folder icon + focused command name
|
||||
if let directory = focusedDirectory {
|
||||
DraggableFolderIcon(directory: directory)
|
||||
.padding(.leading, -6)
|
||||
}
|
||||
|
||||
Text(titlebarText)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue