some more insight on the todo
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# @ImportStructure ; ref@todo/main.py , Element 3
|
||||
import tkinter as tk
|
||||
from tkinter import ttk, messagebox, filedialog
|
||||
import webbrowser
|
||||
@@ -15,13 +16,12 @@ import queue
|
||||
import numpy as np
|
||||
import shutil
|
||||
|
||||
# Local Dependencies
|
||||
# @LocalImportStructure ; ref@todo/main.py , Element 3
|
||||
from PfandApplication.wiki import main as wiki
|
||||
from PfandApplication.pfand_scanner import launch_pfand_scanner
|
||||
from PfandApplication.updater import open_updater as open_updater, run_silent_update
|
||||
from PfandApplication.tgtg_orderchecker import main as tgtg
|
||||
from PfandApplication.tgtg_orderchecker import setupkey as tgtg_kt
|
||||
from PfandApplication.todo import main as todo
|
||||
from PfandApplication.todo.main import todo_instance
|
||||
|
||||
|
||||
@@ -525,7 +525,7 @@ class PfandCalculator:
|
||||
)
|
||||
todo_button.grid(row=2, column=3, padx=10, pady=10, sticky="ew")
|
||||
|
||||
# Todo
|
||||
# ref@todo/main.py
|
||||
def create_todo_list(self):
|
||||
todo = tk.Toplevel(self.root)
|
||||
todo.title("Todo Liste")
|
||||
@@ -541,7 +541,7 @@ class PfandCalculator:
|
||||
text=todo_instance.load_todo(),
|
||||
padx=10,
|
||||
pady=10,
|
||||
justify="center",
|
||||
justify="left",
|
||||
anchor="center",
|
||||
)
|
||||
label_todo.grid(row=1, column=0, columnspan=2, pady=0, sticky="nsew")
|
||||
|
||||
Reference in New Issue
Block a user