Behaviour Tree Owner increases Inspector Width

NodeCanvas Forums Support Behaviour Tree Owner increases Inspector Width

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10251

    Hey, first off let me say that I’m really loving NodeCanvas/BehaviourEngine! Really well made software that’s well worth the price.

    Now for the issue: I think the custom inspector for the Behaviour Tree Owner is increasing the inspector width, introducing a horizontal scrollbar on my tiny inspector. Does the “OPEN BEHAVIOR” button have a minimum/fixed width?

    I really need my screen real estate on my single-monitor setup so I like to have the inspector as small as possible 🙂

    Component closed (tiny inspector):

    Component Closed

    Component opened (content pushed offscreen):

    Component Open

    Attachments:
    You must be logged in to view attached files.
    #10255

    Ah; It’s not the button, it’s actually the GUILayout.BeginHorizontal() introduced on line 18 of the BehaviorTreeOwnerInspector.

    Though it looks nice to group these two options horizontally, it influences the whole inspector window, it might not be the optimal choice 🙂

    #10254
    Gavalakis
    Keymaster

    Hello,
    Thanks a lot for your kind words. I am glad you like NC 🙂

    Indeed that issues is due to the horizontal controls for ‘run forever and update interval’.
    I will place them vertical to fix the issue now.

    Thanks 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.