Skip to content

Commit

Permalink
set ruler relief to flat
Browse files Browse the repository at this point in the history
  • Loading branch information
tangledhelix committed Dec 16, 2024
1 parent 1697ed2 commit fbd33fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/guiguts/maintext.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def __init__(self, parent: ttk.Frame, text_widget: tk.Text, **kwargs: Any) -> No
borderwidth=0,
highlightthickness=0,
takefocus=False,
relief=tk.FLAT,
wrap=tk.NONE,
**kwargs,
)
Expand Down

0 comments on commit fbd33fe

Please sign in to comment.