Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

How to remove default Margin inside Window

$
0
0
I'm trying to create a SmartGWT Window that has the entire left side up to the border occupied by one canvas(with a grey background) and a different canvas on the right(with a different color).

The problem that I'm coming up with is that no matter what I do with the margin functions, SmartGWT appears to place a 0 0 1 6 margin to the window, so the canvas on the left stops 6px from the left border. The margin is visible as element style from within firebug.

I've tried changing the margins directly within in the CSS, while this does fix the gap on the left, it creates a gap on the right(the width didn't change).

In a nutshell, how can I entirely fill a windows with canvases without any margins.

Viewing all articles
Browse latest Browse all 4756

Trending Articles