Skip to content

MaterialWindow has bug in setPaddingLeft() method. #366

@rmraya

Description

@rmraya

Hi,

The setPaddingLeft() method in class MaterialWindow from package gwt.material.design.addins.client.window has a bug in line 422:

    @Override
    public void setPaddingLeft(double padding) {
        content.setPaddingTop(padding);
    }

It sets the top padding instead of the left one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions