From 7eac2e09d6189849f1a8499a5458975d998000d0 Mon Sep 17 00:00:00 2001 From: Jordan Georgiev Date: Sat, 1 Jan 2022 13:40:09 +0200 Subject: [PATCH] Updated readme and slightly tweaked the layout --- README.md | 2 +- layout.py | 2 +- resolveBinTree.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f14ff6a..00ea2b5 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/layout.py b/layout.py index 82a6462..cda32a0 100644 --- a/layout.py +++ b/layout.py @@ -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() diff --git a/resolveBinTree.py b/resolveBinTree.py index c1ebd41..7ee8dd6 100644 --- a/resolveBinTree.py +++ b/resolveBinTree.py @@ -1,5 +1,4 @@ import os -from posixpath import dirname import zipfile import config as c from os.path import normpath