• Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Hi.

    I'm trying to create a simple UI.
    Basically it just has two columns, on the right are a bunch of vertically arranged buttons.
    On the left are two vertically arranged textinputscroll objects.
    Here is a picture:
    Snap-1-495x243x24.jpg

    So I'm struggling with the following:
    - I'd like to have that the right, button column does not change the width. It should have a fixed width with the largest width button.
    So that only the left column changes the size if the window width is resized.
    Right now both columns will get equal width on window resize.
    - how do I change the height of the textinputs? I've tried MUIA_Height, MUIA_Textinput_Lines but that doesn't change anything.
    - How can I make the window height resizable? Only the width is resizable.


    Manfred
  • »31.01.17 - 21:01
    Profile