Skip to content

Commit

Permalink
Added back in some missing tikz import features that got lost in the …
Browse files Browse the repository at this point in the history
…settings dialog rewrite
  • Loading branch information
jvdwetering committed Aug 20, 2024
1 parent 47f9271 commit e04e3c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zxlive/settings_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,13 @@ def load_font_families() -> None:

tikz_import_settings: list[SettingsData] = [
{"id": "tikz/Z-spider-import", "label": "Z-spider", "type": FormInputType.Str},
{"id": "tikz/X-spider-import", "label": "X-spider", "type": FormInputType.Str},
{"id": "tikz/Hadamard-import", "label": "H-box", "type": FormInputType.Str},
{"id": "tikz/w-input-import", "label": "W input", "type": FormInputType.Str},
{"id": "tikz/w-output-import", "label": "W output", "type": FormInputType.Str},
{"id": "tikz/z-box-import", "label": "Z box", "type": FormInputType.Str},
{"id": "tikz/edge-import", "label": "regular edge", "type": FormInputType.Str},
{"id": "tikz/edge-H-import", "label": "H edge", "type": FormInputType.Str},
{"id": "tikz/edge-W-import", "label": "W io edge", "type": FormInputType.Str},
]

Expand Down

0 comments on commit e04e3c7

Please sign in to comment.