Browse Source

One more slight adjustment of the UI

Moves the share Properties and adds separator like the others
pull/317/head
Patrick Dulebohn 2 years ago
parent
commit
c442a3a59a
  1. 5
      korman/ui/modifiers/gui.py

5
korman/ui/modifiers/gui.py

@ -93,12 +93,13 @@ def linkingbookmod(modifier, layout, context):
if modifier.link_type == "kBasicLink":
row_alert("age_uuid")
row_alert("age_name")
if "pvMoul" in modifier.versions and modifier.link_type == "kOriginalBook":
layout.separator()
layout.prop(modifier, "shareable")
layout.prop(modifier, "share_region")
row_alert("age_name")
if "pvMoul" in modifier.versions:
layout.separator()
layout.prop(modifier, "link_destination")

Loading…
Cancel
Save