--- index.scm.orig 2012-02-25 00:40:18.971866898 +0100 +++ index.scm 2012-02-25 01:41:25.047770794 +0100 @@ -1,3 +1,6 @@ +width 800 +height 600 + (document:surround "/std/frame") (document:insert "/std/functions") @@ -128,7 +131,9 @@ (label (string-append "" (_ "Configure new network") "")) -(gridbox columns "0;100;0;0" + +(gridbox columns "0;100;10;0" + (label) (label (string-append (_ "Name") " (MAC) * " (_ "signal") " [" (_ "authentication") "]" )) (label) (label) (label (_ "Networks found:")) (combobox name "scan-results") (button text (_ "Rescan") (when clicked (ui-rescan)))