From: Adrian P. <mo...@em...> - 2006-04-22 14:32:55
|
Hello, This is a quick (and perhaps dirty) patch I made because I needed to disable the red line under slide titles. This patch adds support for setting the line width, so the line is disabled when width is zero: =slide.set("line_width": 0) =slide This slide has no line under the title. Moreover, I tried to add support for changing the color of the line -- and it turned to be harder than I expected, maybe because I didn't try to understand how the PLL parser works... The color is changed like the following: =slide.set("line_width": 3) =slide.set("line_color": "(1,1,0,1)") =slide This text has a thick yellow underline I hope this patch will be useful for you. Cheers, -- Adrian Perez "Experience is what you gen when you don't get what you want" -- (Dan Stanford) |