On Fri, Aug 05, 2011 at 09:33:34PM +0200, Haris Bogdanovich wrote:
This is my program. Sign + button is a bit higher than two number buttons on the left. Why ?
CUT
(grid (make-button "+" 3 3) 1 3 :rowspan 2)
try to add :sticky "ns" after :rowspan 2
Bye. C.