sets the right and left padding (applies the specified value to both sides)
webix.ui({
    view:"fieldset", 
    label:"Field Set 1",
    paddingX:20,
    body:{
        rows:[
            { view:"text", label:"Email"},
            { view:"text", label:"Password"}
        ]
    }
});