Skip to content

Commit

Permalink
Updated readme and slightly tweaked the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
heyJordanParker committed Jan 1, 2022
1 parent 9a6c194 commit 7eac2e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resolve is an amazing NLE but lacks a lot of the basic functionality and polish

## How to use:

I'll update this later
Read the [How to Use Instructions in Notion](https://neverproductive.notion.site/DaVinci-Resolve-Advanced-Importer-50f1a8a6241d4264824602054c499b31).

## How to develop:

Expand Down
2 changes: 1 addition & 1 deletion layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def selectFusionCompsBin(e):
currentRow += 1

manuallyRemoveLabel = ttk.Label(extraFunctionsFrame, text="Manually Delete:")
manuallyRemoveLabel.grid(row=currentRow, column=0, sticky=tk.EW, padx=(0, 160))
manuallyRemoveLabel.grid(row=currentRow, column=0, sticky=tk.EW, padx=(0, 172))

def deleteUnusedFilesButton_Click():
unusedFiles = ResolveBinTree.get().getUnusedFiles()
Expand Down
1 change: 0 additions & 1 deletion resolveBinTree.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
from posixpath import dirname
import zipfile
import config as c
from os.path import normpath
Expand Down

0 comments on commit 7eac2e0

Please sign in to comment.