Lisp HUG Maillist Archive

How to align text input panes?

How to I got the title of a text field properly aligned. 

I want
This is short            |-----------------|
This is long, and longer |-----------------|

How to I get the title to extend such that the entry field a properly
aligned.

What of the diverse height and width flags have to be adjusted?


Thanks
Friedrich


Re: How to align text input panes?

Friedrich Dominicus <frido@q-software-solutions.com>:
>
> How to I got the title of a text field properly aligned.
>
> I want
> This is short            |-----------------|
> This is long, and longer |-----------------|
>
> How to I get the title to extend such that the entry field a
> properly aligned.
>
> What of the diverse height and width flags have to be adjusted?

I think you have to use a two-column grid-layout. The left column
consists of title-panes and the right column consists of panes whose
title is null.


Re: How to align text input panes?

"Simon Katz" <simon@nomistech.com> writes:

> Friedrich Dominicus <frido@q-software-solutions.com>:
> >
> > How to I got the title of a text field properly aligned.
> >
> > I want
> > This is short            |-----------------|
> > This is long, and longer |-----------------|
> >
> > How to I get the title to extend such that the entry field a
> > properly aligned.
> >
> > What of the diverse height and width flags have to be adjusted?
> 
> I think you have to use a two-column grid-layout. The left column
> consists of title-panes and the right column consists of panes whose
> title is null.
I guessed that but was not fully sure. 
Thanks
Friedrich


Updated at: 2020-12-10 09:01 UTC