Space on drop down menu

vegan
vegan Member Posts: 6 Newcomer

In Kontakt 8, the drop-down menu has a pre-defined space. How it is possible to fit this to the length of the longest word of the drop-down menu?

Space.png

Comments

  • corbo-billy
    corbo-billy Member Posts: 114 Helper
    edited May 26

    Very simply for example:

    declare ui_menu $menu
    set_control_par(get_ui_id($menu),$CONTROL_PAR_WIDTH, 122)

    By changing the number after WIDTH, everyone gets satisfaction.

  • vegan
    vegan Member Posts: 6 Newcomer
    Drop-Down.png

    Thank you. That sets width for the menu, I was writing about this part.

  • corbo-billy
    corbo-billy Member Posts: 114 Helper

    This part is not editable via KSP but you can allocate an image of your choice to the object that is the Menu.

  • vegan
    vegan Member Posts: 6 Newcomer

    I was writing about the drop down under the empty menu. as you can see there is a default space.

  • vegan
    vegan Member Posts: 6 Newcomer
    Drop-Down.png

    As shown in this picture.

  • EvilDragon
    EvilDragon Moderator Posts: 1,037 mod

    You cannot change that.

  • vegan
    vegan Member Posts: 6 Newcomer

    In that context, can NI consider making this width relative to the length of the word in that menu? I assume it is that way in Kontakt 5. When user has drop down menu 1,2,3,4,5 or C,D,E,F,G that extra space is not required.

  • theodorech
    theodorech Member Posts: 88 Member
    edited May 27

    From a UX/UI point of view, it doesn’t really make sense to use such a wide menu for entries that only have one character. Just my two cents :)

Back To Top