Skip to content

Commit

Permalink
Label preview enhancements.
Browse files Browse the repository at this point in the history
Drag and drop tag positioning.
Click tag to edit.

Bounds checking (tag never leaves the label/canvas).

Ok/Cancel buttons so config is only saved when needed.

Other refactors were done, to clean things up and share code.
  • Loading branch information
cjwelborn committed Apr 21, 2019
1 parent f088c03 commit 9b95748
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 59 deletions.
1 change: 1 addition & 0 deletions lib/gui/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from tkinter import ttk # noqa (stored here for cleaner API)
from tkinter import filedialog # noqa
from tkinter import messagebox
from tkinter.font import Font # noqa

from ..util.logger import (
debug,
Expand Down
Loading

0 comments on commit 9b95748

Please sign in to comment.