updates to gui to match changes to interfaces

updates to gui to match changes to interfaces

now packaged with poetry and on pypi
This commit is contained in:
onyx-and-iris
2022-06-16 23:53:28 +01:00
parent 0688a36a76
commit 2c39b9d215
15 changed files with 273 additions and 78 deletions

View File

@@ -1,9 +1,9 @@
import tkinter as tk
from tkinter import ttk
from functools import partial
from tkinter import ttk
from . import builders
from .data import _configuration, _base_values
from .data import _base_values, _configuration
class Config(ttk.Frame):
@@ -96,7 +96,7 @@ class StripConfig(Config):
def make_row_0(self):
if self.index < self.phys_in:
if self.parent.kind.name == "Basic":
if self.parent.kind.name == "basic":
self.builder.create_audibility_slider()
else:
self.builder.create_comp_slider()