From c442a3a59a72e3b40d69b6c09d262fb98cb176ac Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn Date: Thu, 24 Feb 2022 21:36:52 -0500 Subject: [PATCH] One more slight adjustment of the UI Moves the share Properties and adds separator like the others --- korman/ui/modifiers/gui.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/korman/ui/modifiers/gui.py b/korman/ui/modifiers/gui.py index f9c514a..cf462c3 100644 --- a/korman/ui/modifiers/gui.py +++ b/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")