alstrup / arctic

Automatically exported from code.google.com/p/arctic
0 stars 0 forks source link

Are fillers to greedy? #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

ColumnStack([
ConstrainWidth(500,500,
LineStack( [
  Text("<font face='arial' size='40'>Visual settings</font>"),
   ColumnStack( [
     Arctic.makeTooltip(
       Border( 10, 10, Arctic.makeCheckbox( Text(""), function(state :
Bool) { trace(state); me.controlEnable("LogoBannerInput", state);} )),
         "Enable this feature (disable to use default)"),
       Text("<font face='arial' size='20'>Logo banner: </font>"),
       Id("LogoBannerInput",TextInput("", 150, 20, null, null, 100, false,
      0xFFFFFF, false))] ),
   ColumnStack( [
     Arctic.makeTooltip(
       Border( 10, 10, Arctic.makeCheckbox( Text(""))),
         "Enable this feature (disable to use default)"),
         Text("<font face='arial' size='20'>Logo banner: </font>"),
         Filler,
         TextInput("", 150, 20, null, null, 150, false, 0xFFFFFF, false)
    ] ),

Produces the attached...

Note the first columnstack has no filler.

Original issue reported on code.google.com by lprimd...@gmail.com on 29 Nov 2006 at 2:10

Attachments:

GoogleCodeExporter commented 9 years ago
The code above is not selfcontained and complete. Please upload a complete file 
if
you want me to have a look at this.

Original comment by asgerals...@gmail.com on 30 Nov 2006 at 10:07

GoogleCodeExporter commented 9 years ago

Original comment by asgerals...@gmail.com on 30 Nov 2006 at 11:39